Html Css Color HEX #A3706E Coral Tree

📋 copy color: '#A3706E'

red 163 ◦ green 112 ◦ blue 110

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

Shades of Coral Tree #A3706E

Tints of Coral Tree #A3706E

RGB

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

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

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

R = 42.34%
G = 29.09%
B = 28.57%

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

#A3706E (or 0xA3706E) is known color: Coral Tree. HEX triplet: A3, 70 and 6E. RGB value is (163,112,110). Sum of RGB (Red+Green+Blue) = 163+112+110=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3706E is #5C8F91. Grayscale: #7F7F7F. Windows color (decimal): -6066066 or 7237795. OLE color: 7237795.

HSL color Cylindrical-coordinate representation of color #A3706E: hue angle of 2.26º degrees, saturation: 0.22, 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 #A3706E is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 112 110 -
CMYK 0 0.31 0.33 0.36
HSL 2.26º 0.22% 0.54% -
HSV(B) 2.26º 0.33% 0.64% -
XYZ 23.71 20.5 17.46 -
YUV 127.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 163 112 110 0 0.31 0.33 0.36 2.26 0.22 0.54
Hex A3 70 6E 0 1F 21 24 2 16 36
Octal 243 160 156 0 37 41 44 2 26 66
Binary 10100011 1110000 1101110 0 11111 100001 100100 10 10110 110110

Color Harmonies of #A3706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3706E

Black with #A3706E

Text Example


Text Example

White with #A3706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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