Html Css Color HEX #A4706C Coral Tree

📋 copy color: '#A4706C'

red 164 ◦ green 112 ◦ blue 108

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

Shades of Coral Tree #A4706C

Tints of Coral Tree #A4706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

 BLUE value IS 108 (42.58% from 255) = 28.13%

R = 42.71%
G = 29.17%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4706C (or 0xA4706C) is known color: Coral Tree. HEX triplet: A4, 70 and 6C. RGB value is (164,112,108). Sum of RGB (Red+Green+Blue) = 164+112+108=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A4706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4706C is #5B8F93. Grayscale: #7F7F7F. Windows color (decimal): -6000532 or 7106724. OLE color: 7106724.

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

Color convert

RGB 164 112 108 -
CMYK 0 0.32 0.34 0.36
HSL 4.29º 0.24% 0.53% -
HSV(B) 4.29º 0.34% 0.64% -
XYZ 23.81 20.56 16.9 -
YUV 127.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 164 112 108 0 0.32 0.34 0.36 4.29 0.24 0.53
Hex A4 70 6C 0 20 22 24 4 18 35
Octal 244 160 154 0 40 42 44 4 30 65
Binary 10100100 1110000 1101100 0 100000 100010 100100 100 11000 110101

Color Harmonies of #A4706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4706C

Black with #A4706C

Text Example


Text Example

White with #A4706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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