Html Css Color HEX #A94E45 Apple Blossom

📋 copy color: '#A94E45'

red 169 ◦ green 78 ◦ blue 69

#A94E45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple Blossom #A94E45

Tints of Apple Blossom #A94E45

RGB

 RED value IS 169 (66.41% from 255) = 53.48%

 GREEN value IS 78 (30.86% from 255) = 24.68%

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 53.48%
G = 24.68%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A94E45 (or 0xA94E45) is known color: Apple Blossom. HEX triplet: A9, 4E and 45. RGB value is (169,78,69). Sum of RGB (Red+Green+Blue) = 169+78+69=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94E45 is #56B1BA. Grayscale: #686868. Windows color (decimal): -5681595 or 4542121. OLE color: 4542121.

HSL color Cylindrical-coordinate representation of color #A94E45: hue angle of 5.4º 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 #A94E45 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 78 69 -
CMYK 0 0.54 0.59 0.34
HSL 5.4º 0.42% 0.47% -
HSV(B) 5.4º 0.59% 0.66% -
XYZ 20.16 14.31 7.33 -
YUV 104.18 108.15 174.23 -
System Red Green Blue C M Y K H S L
Decimal 169 78 69 0 0.54 0.59 0.34 5.4 0.42 0.47
Hex A9 4E 45 0 36 3B 22 5 2A 2F
Octal 251 116 105 0 66 73 42 5 52 57
Binary 10101001 1001110 1000101 0 110110 111011 100010 101 101010 101111

Color Harmonies of #A94E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94E45

Black with #A94E45

Text Example


Text Example

White with #A94E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94E45; }

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

 H1.HeaderClassName
 {
   color: #A94E45;
 }
 .AnyTagClassName
 {
   color: #A94E45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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