#a94b45

Color #A94B45 Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #A94B45

Tints of Apple Blossom #A94B45

Color information

#A94B45 (or 0xA94B45) is unknown color: approx Apple Blossom. HEX triplet: A9, 4B and 45. RGB value is (169,75,69). Sum of RGB (Red+Green+Blue) = 169+75+69=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A94B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94B45 is #56B4BA. Grayscale: #666666. Windows color (decimal): -5682363 or 4541353. OLE color: 4541353.

HSL color Cylindrical-coordinate representation of color #A94B45: hue angle of 3.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A94B45 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB1697569-
CMYK00.560.590.34
HSL3.6º42.02%46.67%-
HSV(B)3.6º59.17%66.27%-
XYZ19.9513.97.26-
YUV102.42109.14175.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 53.99%
GREEN value IS 75 (29.69% from 255) = 23.96%
BLUE value IS 69 (27.34% from 255) = 22.04%
R=53.99%
G=23.96%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169756900.560.590.343.642.0246.67
HexA94B450383B2242a2f
Octal251113105070734245257
Binary10101001100101110001010111000111011100010100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a94b45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a94b45; }

 p { color: rgb(169,75,69); }

 H1.HeaderClassName
 {
   color: #a94b45;
 }
 .AnyTagClassName
 {
   color: #a94b45;
 }
</style>
background-color css

<style>
 a { background-color: #a94b45; }

 a { background-color: rgb(169,75,69); }

 div.DivClassName
 {
   background-color: #a94b45;
 }
 .BgClassName
 {
   background-color: #a94b45;
 }
</style>
border-color css

<style>
 span { border-color: #a94b45; }

 span { border-color: rgb(169,75,69); }

 td.TdClassName
 {
   border-color: #a94b45;
 }
 .TagClassName
 {
   border-color: #a94b45;
 }
</style>