Html Css Color HEX #A3716E Coral Tree

📋 copy color: '#A3716E'

red 163 ◦ green 113 ◦ blue 110

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

Shades of Coral Tree #A3716E

Tints of Coral Tree #A3716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.27%

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

R = 42.23%
G = 29.27%
B = 28.5%

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

#A3716E (or 0xA3716E) is known color: Coral Tree. HEX triplet: A3, 71 and 6E. RGB value is (163,113,110). Sum of RGB (Red+Green+Blue) = 163+113+110=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3716E is #5C8E91. Grayscale: #7F7F7F. Windows color (decimal): -6065810 or 7238051. OLE color: 7238051.

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

Color convert

RGB 163 113 110 -
CMYK 0 0.31 0.33 0.36
HSL 3.4º 0.22% 0.54% -
HSV(B) 3.4º 0.33% 0.64% -
XYZ 23.82 20.72 17.5 -
YUV 127.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 163 113 110 0 0.31 0.33 0.36 3.4 0.22 0.54
Hex A3 71 6E 0 1F 21 24 3 16 36
Octal 243 161 156 0 37 41 44 3 26 66
Binary 10100011 1110001 1101110 0 11111 100001 100100 11 10110 110110

Color Harmonies of #A3716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3716E

Black with #A3716E

Text Example


Text Example

White with #A3716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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