Html Css Color HEX #A4706E Coral Tree

📋 copy color: '#A4706E'

red 164 ◦ green 112 ◦ blue 110

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

Shades of Coral Tree #A4706E

Tints of Coral Tree #A4706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.5%

R = 42.49%
G = 29.02%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4706E (or 0xA4706E) is known color: Coral Tree. HEX triplet: A4, 70 and 6E. RGB value is (164,112,110). Sum of RGB (Red+Green+Blue) = 164+112+110=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4706E is #5B8F91. Grayscale: #7F7F7F. Windows color (decimal): -6000530 or 7237796. OLE color: 7237796.

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

Color convert

RGB 164 112 110 -
CMYK 0 0.32 0.33 0.36
HSL 2.22º 0.23% 0.54% -
HSV(B) 2.22º 0.33% 0.64% -
XYZ 23.92 20.61 17.47 -
YUV 127.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 164 112 110 0 0.32 0.33 0.36 2.22 0.23 0.54
Hex A4 70 6E 0 20 21 24 2 17 36
Octal 244 160 156 0 40 41 44 2 27 66
Binary 10100100 1110000 1101110 0 100000 100001 100100 10 10111 110110

Color Harmonies of #A4706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4706E

Black with #A4706E

Text Example


Text Example

White with #A4706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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