Html Css Color HEX #A5756E Coral Tree

📋 copy color: '#A5756E'

red 165 ◦ green 117 ◦ blue 110

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

Shades of Coral Tree #A5756E

Tints of Coral Tree #A5756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

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

R = 42.09%
G = 29.85%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5756E (or 0xA5756E) is known color: Coral Tree. HEX triplet: A5, 75 and 6E. RGB value is (165,117,110). Sum of RGB (Red+Green+Blue) = 165+117+110=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5756E is #5A8A91. Grayscale: #828282. Windows color (decimal): -5933714 or 7239077. OLE color: 7239077.

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

Color convert

RGB 165 117 110 -
CMYK 0 0.29 0.33 0.35
HSL 7.64º 0.23% 0.54% -
HSV(B) 7.64º 0.33% 0.65% -
XYZ 24.69 21.85 17.67 -
YUV 130.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 165 117 110 0 0.29 0.33 0.35 7.64 0.23 0.54
Hex A5 75 6E 0 1D 21 23 8 17 36
Octal 245 165 156 0 35 41 43 10 27 66
Binary 10100101 1110101 1101110 0 11101 100001 100011 1000 10111 110110

Color Harmonies of #A5756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5756E

Black with #A5756E

Text Example


Text Example

White with #A5756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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