Html Css Color HEX #A47672 Coral Tree

📋 copy color: '#A47672'

red 164 ◦ green 118 ◦ blue 114

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

Shades of Coral Tree #A47672

Tints of Coral Tree #A47672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.79%

R = 41.41%
G = 29.8%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A47672 (or 0xA47672) is known color: Coral Tree. HEX triplet: A4, 76 and 72. RGB value is (164,118,114). Sum of RGB (Red+Green+Blue) = 164+118+114=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A47672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47672 is #5B898D. Grayscale: #838383. Windows color (decimal): -5998990 or 7501476. OLE color: 7501476.

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

Color convert

RGB 164 118 114 -
CMYK 0 0.28 0.30 0.36
HSL 4.8º 0.22% 0.55% -
HSV(B) 4.8º 0.3% 0.64% -
XYZ 24.83 22.06 18.87 -
YUV 131.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 164 118 114 0 0.28 0.30 0.36 4.8 0.22 0.55
Hex A4 76 72 0 1C 1E 24 5 16 37
Octal 244 166 162 0 34 36 44 5 26 67
Binary 10100100 1110110 1110010 0 11100 11110 100100 101 10110 110111

Color Harmonies of #A47672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47672

Black with #A47672

Text Example


Text Example

White with #A47672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47672; }

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

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

background-color css

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

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

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

border-color css

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

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

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