Html Css Color HEX #A47670 Coral Tree

📋 copy color: '#A47670'

red 164 ◦ green 118 ◦ blue 112

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

Shades of Coral Tree #A47670

Tints of Coral Tree #A47670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.43%

R = 41.62%
G = 29.95%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A47670 (or 0xA47670) is known color: Coral Tree. HEX triplet: A4, 76 and 70. RGB value is (164,118,112). Sum of RGB (Red+Green+Blue) = 164+118+112=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A47670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47670 is #5B898F. Grayscale: #838383. Windows color (decimal): -5998992 or 7370404. OLE color: 7370404.

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

Color convert

RGB 164 118 112 -
CMYK 0 0.28 0.32 0.36
HSL 6.92º 0.22% 0.54% -
HSV(B) 6.92º 0.32% 0.64% -
XYZ 24.71 22.02 18.28 -
YUV 131.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 164 118 112 0 0.28 0.32 0.36 6.92 0.22 0.54
Hex A4 76 70 0 1C 20 24 7 16 36
Octal 244 166 160 0 34 40 44 7 26 66
Binary 10100100 1110110 1110000 0 11100 100000 100100 111 10110 110110

Color Harmonies of #A47670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47670

Black with #A47670

Text Example


Text Example

White with #A47670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47670; }

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

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

background-color css

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

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

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

border-color css

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

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

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