Html Css Color HEX #A47974 Coral Tree

📋 copy color: '#A47974'

red 164 ◦ green 121 ◦ blue 116

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

Shades of Coral Tree #A47974

Tints of Coral Tree #A47974

RGB

 RED value IS 164 (64.45% from 255) = 40.9%

 GREEN value IS 121 (47.66% from 255) = 30.17%

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 40.9%
G = 30.17%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A47974 (or 0xA47974) is known color: Coral Tree. HEX triplet: A4, 79 and 74. RGB value is (164,121,116). Sum of RGB (Red+Green+Blue) = 164+121+116=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A47974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47974 is #5B868B. Grayscale: #858585. Windows color (decimal): -5998220 or 7633316. OLE color: 7633316.

HSL color Cylindrical-coordinate representation of color #A47974: hue angle of 6.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47974 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 121 116 -
CMYK 0 0.26 0.29 0.36
HSL 6.25º 0.21% 0.55% -
HSV(B) 6.25º 0.29% 0.64% -
XYZ 25.3 22.83 19.6 -
YUV 133.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 164 121 116 0 0.26 0.29 0.36 6.25 0.21 0.55
Hex A4 79 74 0 1A 1D 24 6 15 37
Octal 244 171 164 0 32 35 44 6 25 67
Binary 10100100 1111001 1110100 0 11010 11101 100100 110 10101 110111

Color Harmonies of #A47974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47974

Black with #A47974

Text Example


Text Example

White with #A47974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47974; }

 p { color: rgb(164,121,116); }

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

background-color css

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

 a { background-color: rgb(164,121,116); }

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

border-color css

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

 span { border-color: rgb(164,121,116); }

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