Html Css Color HEX #A5716E Coral Tree

📋 copy color: '#A5716E'

red 165 ◦ green 113 ◦ blue 110

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

Shades of Coral Tree #A5716E

Tints of Coral Tree #A5716E

RGB

 RED value IS 165 (64.84% from 255) = 42.53%

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

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

R = 42.53%
G = 29.12%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5716E (or 0xA5716E) is known color: Coral Tree. HEX triplet: A5, 71 and 6E. RGB value is (165,113,110). Sum of RGB (Red+Green+Blue) = 165+113+110=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5716E is #5A8E91. Grayscale: #808080. Windows color (decimal): -5934738 or 7238053. OLE color: 7238053.

HSL color Cylindrical-coordinate representation of color #A5716E: hue angle of 3.27º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5716E is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 113 110 -
CMYK 0 0.32 0.33 0.35
HSL 3.27º 0.23% 0.54% -
HSV(B) 3.27º 0.33% 0.65% -
XYZ 24.24 20.94 17.52 -
YUV 128.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 165 113 110 0 0.32 0.33 0.35 3.27 0.23 0.54
Hex A5 71 6E 0 20 21 23 3 17 36
Octal 245 161 156 0 40 41 43 3 27 66
Binary 10100101 1110001 1101110 0 100000 100001 100011 11 10111 110110

Color Harmonies of #A5716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5716E

Black with #A5716E

Text Example


Text Example

White with #A5716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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