Html Css Color HEX #A3716C Coral Tree

📋 copy color: '#A3716C'

red 163 ◦ green 113 ◦ blue 108

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

Shades of Coral Tree #A3716C

Tints of Coral Tree #A3716C

RGB

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

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

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

R = 42.45%
G = 29.43%
B = 28.13%

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

#A3716C (or 0xA3716C) is known color: Coral Tree. HEX triplet: A3, 71 and 6C. RGB value is (163,113,108). Sum of RGB (Red+Green+Blue) = 163+113+108=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A3716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3716C is #5C8E93. Grayscale: #7F7F7F. Windows color (decimal): -6065812 or 7106979. OLE color: 7106979.

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

Color convert

RGB 163 113 108 -
CMYK 0 0.31 0.34 0.36
HSL 5.45º 0.23% 0.53% -
HSV(B) 5.45º 0.34% 0.64% -
XYZ 23.72 20.68 16.93 -
YUV 127.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 163 113 108 0 0.31 0.34 0.36 5.45 0.23 0.53
Hex A3 71 6C 0 1F 22 24 5 17 35
Octal 243 161 154 0 37 42 44 5 27 65
Binary 10100011 1110001 1101100 0 11111 100010 100100 101 10111 110101

Color Harmonies of #A3716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3716C

Black with #A3716C

Text Example


Text Example

White with #A3716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3716C; }

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

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

background-color css

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

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

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

border-color css

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

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

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