Html Css Color HEX #A47774 Coral Tree

📋 copy color: '#A47774'

red 164 ◦ green 119 ◦ blue 116

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

Shades of Coral Tree #A47774

Tints of Coral Tree #A47774

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.82%

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

R = 41.1%
G = 29.82%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A47774 (or 0xA47774) is known color: Coral Tree. HEX triplet: A4, 77 and 74. RGB value is (164,119,116). Sum of RGB (Red+Green+Blue) = 164+119+116=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47774 is #5B888B. Grayscale: #848484. Windows color (decimal): -5998732 or 7632804. OLE color: 7632804.

HSL color Cylindrical-coordinate representation of color #A47774: hue angle of 3.75º 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 #A47774 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 119 116 -
CMYK 0 0.27 0.29 0.36
HSL 3.75º 0.21% 0.55% -
HSV(B) 3.75º 0.29% 0.64% -
XYZ 25.06 22.35 19.52 -
YUV 132.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 164 119 116 0 0.27 0.29 0.36 3.75 0.21 0.55
Hex A4 77 74 0 1B 1D 24 4 15 37
Octal 244 167 164 0 33 35 44 4 25 67
Binary 10100100 1110111 1110100 0 11011 11101 100100 100 10101 110111

Color Harmonies of #A47774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47774

Black with #A47774

Text Example


Text Example

White with #A47774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47774; }

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

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

background-color css

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

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

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

border-color css

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

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

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