Html Css Color HEX #A3706C Coral Tree

📋 copy color: '#A3706C'

red 163 ◦ green 112 ◦ blue 108

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

Shades of Coral Tree #A3706C

Tints of Coral Tree #A3706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.2%

R = 42.56%
G = 29.24%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3706C (or 0xA3706C) is known color: Coral Tree. HEX triplet: A3, 70 and 6C. RGB value is (163,112,108). Sum of RGB (Red+Green+Blue) = 163+112+108=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A3706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3706C is #5C8F93. Grayscale: #7E7E7E. Windows color (decimal): -6066068 or 7106723. OLE color: 7106723.

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

Color convert

RGB 163 112 108 -
CMYK 0 0.31 0.34 0.36
HSL 4.36º 0.23% 0.53% -
HSV(B) 4.36º 0.34% 0.64% -
XYZ 23.61 20.46 16.89 -
YUV 126.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 163 112 108 0 0.31 0.34 0.36 4.36 0.23 0.53
Hex A3 70 6C 0 1F 22 24 4 17 35
Octal 243 160 154 0 37 42 44 4 27 65
Binary 10100011 1110000 1101100 0 11111 100010 100100 100 10111 110101

Color Harmonies of #A3706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3706C

Black with #A3706C

Text Example


Text Example

White with #A3706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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