Html Css Color HEX #A5766F Coral Tree

📋 copy color: '#A5766F'

red 165 ◦ green 118 ◦ blue 111

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

Shades of Coral Tree #A5766F

Tints of Coral Tree #A5766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.95%

 BLUE value IS 111 (43.75% from 255) = 28.17%

R = 41.88%
G = 29.95%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5766F (or 0xA5766F) is known color: Coral Tree. HEX triplet: A5, 76 and 6F. RGB value is (165,118,111). Sum of RGB (Red+Green+Blue) = 165+118+111=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A5766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5766F is #5A8990. Grayscale: #838383. Windows color (decimal): -5933457 or 7304869. OLE color: 7304869.

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

Color convert

RGB 165 118 111 -
CMYK 0 0.28 0.33 0.35
HSL 7.78º 0.23% 0.54% -
HSV(B) 7.78º 0.33% 0.65% -
XYZ 24.86 22.1 17.99 -
YUV 131.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 165 118 111 0 0.28 0.33 0.35 7.78 0.23 0.54
Hex A5 76 6F 0 1C 21 23 8 17 36
Octal 245 166 157 0 34 41 43 10 27 66
Binary 10100101 1110110 1101111 0 11100 100001 100011 1000 10111 110110

Color Harmonies of #A5766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5766F

Black with #A5766F

Text Example


Text Example

White with #A5766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5766F; }

 p { color: rgb(165,118,111); }

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

background-color css

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

 a { background-color: rgb(165,118,111); }

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

border-color css

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

 span { border-color: rgb(165,118,111); }

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