Html Css Color HEX #A74E42 Apple Blossom

📋 copy color: '#A74E42'

red 167 ◦ green 78 ◦ blue 66

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

Shades of Apple Blossom #A74E42

Tints of Apple Blossom #A74E42

RGB

 RED value IS 167 (65.63% from 255) = 53.7%

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

 BLUE value IS 66 (26.17% from 255) = 21.22%

R = 53.7%
G = 25.08%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A74E42 (or 0xA74E42) is known color: Apple Blossom. HEX triplet: A7, 4E and 42. RGB value is (167,78,66). Sum of RGB (Red+Green+Blue) = 167+78+66=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74E42 is #58B1BD. Grayscale: #676767. Windows color (decimal): -5812670 or 4345511. OLE color: 4345511.

HSL color Cylindrical-coordinate representation of color #A74E42: hue angle of 7.13º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74E42 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 78 66 -
CMYK 0 0.53 0.60 0.35
HSL 7.13º 0.43% 0.46% -
HSV(B) 7.13º 0.6% 0.65% -
XYZ 19.64 14.06 6.83 -
YUV 103.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 167 78 66 0 0.53 0.60 0.35 7.13 0.43 0.46
Hex A7 4E 42 0 35 3C 23 7 2B 2E
Octal 247 116 102 0 65 74 43 7 53 56
Binary 10100111 1001110 1000010 0 110101 111100 100011 111 101011 101110

Color Harmonies of #A74E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74E42

Black with #A74E42

Text Example


Text Example

White with #A74E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74E42; }

 p { color: rgb(167,78,66); }

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

background-color css

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

 a { background-color: rgb(167,78,66); }

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

border-color css

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

 span { border-color: rgb(167,78,66); }

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