Html Css Color HEX #A4706D Coral Tree

📋 copy color: '#A4706D'

red 164 ◦ green 112 ◦ blue 109

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

Shades of Coral Tree #A4706D

Tints of Coral Tree #A4706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.31%

R = 42.6%
G = 29.09%
B = 28.31%

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

#A4706D (or 0xA4706D) is known color: Coral Tree. HEX triplet: A4, 70 and 6D. RGB value is (164,112,109). Sum of RGB (Red+Green+Blue) = 164+112+109=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4706D is #5B8F92. Grayscale: #7F7F7F. Windows color (decimal): -6000531 or 7172260. OLE color: 7172260.

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

Color convert

RGB 164 112 109 -
CMYK 0 0.32 0.34 0.36
HSL 3.27º 0.23% 0.54% -
HSV(B) 3.27º 0.34% 0.64% -
XYZ 23.86 20.58 17.18 -
YUV 127.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 164 112 109 0 0.32 0.34 0.36 3.27 0.23 0.54
Hex A4 70 6D 0 20 22 24 3 17 36
Octal 244 160 155 0 40 42 44 3 27 66
Binary 10100100 1110000 1101101 0 100000 100010 100100 11 10111 110110

Color Harmonies of #A4706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4706D

Black with #A4706D

Text Example


Text Example

White with #A4706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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