Html Css Color HEX #A47671 Coral Tree

📋 copy color: '#A47671'

red 164 ◦ green 118 ◦ blue 113

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

Shades of Coral Tree #A47671

Tints of Coral Tree #A47671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.87%

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 41.52%
G = 29.87%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A47671 (or 0xA47671) is known color: Coral Tree. HEX triplet: A4, 76 and 71. RGB value is (164,118,113). Sum of RGB (Red+Green+Blue) = 164+118+113=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A47671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47671 is #5B898E. Grayscale: #838383. Windows color (decimal): -5998991 or 7435940. OLE color: 7435940.

HSL color Cylindrical-coordinate representation of color #A47671: hue angle of 5.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A47671 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 118 113 -
CMYK 0 0.28 0.31 0.36
HSL 5.88º 0.22% 0.54% -
HSV(B) 5.88º 0.31% 0.64% -
XYZ 24.77 22.04 18.57 -
YUV 131.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 164 118 113 0 0.28 0.31 0.36 5.88 0.22 0.54
Hex A4 76 71 0 1C 1F 24 6 16 36
Octal 244 166 161 0 34 37 44 6 26 66
Binary 10100100 1110110 1110001 0 11100 11111 100100 110 10110 110110

Color Harmonies of #A47671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47671

Black with #A47671

Text Example


Text Example

White with #A47671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47671; }

 p { color: rgb(164,118,113); }

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

background-color css

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

 a { background-color: rgb(164,118,113); }

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

border-color css

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

 span { border-color: rgb(164,118,113); }

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