Html Css Color HEX #A5756A Coral Tree

📋 copy color: '#A5756A'

red 165 ◦ green 117 ◦ blue 106

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

Shades of Coral Tree #A5756A

Tints of Coral Tree #A5756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 42.53%
G = 30.15%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A5756A (or 0xA5756A) is known color: Coral Tree. HEX triplet: A5, 75 and 6A. RGB value is (165,117,106). Sum of RGB (Red+Green+Blue) = 165+117+106=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5756A is #5A8A95. Grayscale: #828282. Windows color (decimal): -5933718 or 6976933. OLE color: 6976933.

HSL color Cylindrical-coordinate representation of color #A5756A: hue angle of 11.19º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5756A is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 117 106 -
CMYK 0 0.29 0.36 0.35
HSL 11.19º 0.25% 0.53% -
HSV(B) 11.19º 0.36% 0.65% -
XYZ 24.48 21.76 16.55 -
YUV 130.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 165 117 106 0 0.29 0.36 0.35 11.19 0.25 0.53
Hex A5 75 6A 0 1D 24 23 B 19 35
Octal 245 165 152 0 35 44 43 13 31 65
Binary 10100101 1110101 1101010 0 11101 100100 100011 1011 11001 110101

Color Harmonies of #A5756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5756A

Black with #A5756A

Text Example


Text Example

White with #A5756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5756A; }

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

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

background-color css

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

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

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

border-color css

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

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

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