Html Css Color HEX #A3706D Coral Tree

📋 copy color: '#A3706D'

red 163 ◦ green 112 ◦ blue 109

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

Shades of Coral Tree #A3706D

Tints of Coral Tree #A3706D

RGB

 RED value IS 163 (64.06% from 255) = 42.45%

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

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

R = 42.45%
G = 29.17%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3706D (or 0xA3706D) is known color: Coral Tree. HEX triplet: A3, 70 and 6D. RGB value is (163,112,109). Sum of RGB (Red+Green+Blue) = 163+112+109=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A3706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3706D is #5C8F92. Grayscale: #7E7E7E. Windows color (decimal): -6066067 or 7172259. OLE color: 7172259.

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

Color convert

RGB 163 112 109 -
CMYK 0 0.31 0.33 0.36
HSL 3.33º 0.23% 0.53% -
HSV(B) 3.33º 0.33% 0.64% -
XYZ 23.66 20.48 17.17 -
YUV 126.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 163 112 109 0 0.31 0.33 0.36 3.33 0.23 0.53
Hex A3 70 6D 0 1F 21 24 3 17 35
Octal 243 160 155 0 37 41 44 3 27 65
Binary 10100011 1110000 1101101 0 11111 100001 100100 11 10111 110101

Color Harmonies of #A3706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3706D

Black with #A3706D

Text Example


Text Example

White with #A3706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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