Html Css Color HEX #A4706B Coral Tree

📋 copy color: '#A4706B'

red 164 ◦ green 112 ◦ blue 107

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

Shades of Coral Tree #A4706B

Tints of Coral Tree #A4706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 42.82%
G = 29.24%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4706B (or 0xA4706B) is known color: Coral Tree. HEX triplet: A4, 70 and 6B. RGB value is (164,112,107). Sum of RGB (Red+Green+Blue) = 164+112+107=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A4706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4706B is #5B8F94. Grayscale: #7F7F7F. Windows color (decimal): -6000533 or 7041188. OLE color: 7041188.

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

Color convert

RGB 164 112 107 -
CMYK 0 0.32 0.35 0.36
HSL 5.26º 0.24% 0.53% -
HSV(B) 5.26º 0.35% 0.64% -
XYZ 23.76 20.54 16.62 -
YUV 126.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 164 112 107 0 0.32 0.35 0.36 5.26 0.24 0.53
Hex A4 70 6B 0 20 23 24 5 18 35
Octal 244 160 153 0 40 43 44 5 30 65
Binary 10100100 1110000 1101011 0 100000 100011 100100 101 11000 110101

Color Harmonies of #A4706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4706B

Black with #A4706B

Text Example


Text Example

White with #A4706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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