Html Css Color HEX #A76A5F Coral Tree

📋 copy color: '#A76A5F'

red 167 ◦ green 106 ◦ blue 95

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

Shades of Coral Tree #A76A5F

Tints of Coral Tree #A76A5F

RGB

 RED value IS 167 (65.63% from 255) = 45.38%

 GREEN value IS 106 (41.8% from 255) = 28.8%

 BLUE value IS 95 (37.5% from 255) = 25.82%

R = 45.38%
G = 28.8%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A76A5F (or 0xA76A5F) is known color: Coral Tree. HEX triplet: A7, 6A and 5F. RGB value is (167,106,95). Sum of RGB (Red+Green+Blue) = 167+106+95=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76A5F is #5895A0. Grayscale: #7B7B7B. Windows color (decimal): -5805473 or 6253223. OLE color: 6253223.

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

Color convert

RGB 167 106 95 -
CMYK 0 0.37 0.43 0.35
HSL 9.17º 0.29% 0.51% -
HSV(B) 9.17º 0.43% 0.65% -
XYZ 23.16 19.35 13.34 -
YUV 122.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 167 106 95 0 0.37 0.43 0.35 9.17 0.29 0.51
Hex A7 6A 5F 0 25 2B 23 9 1D 33
Octal 247 152 137 0 45 53 43 11 35 63
Binary 10100111 1101010 1011111 0 100101 101011 100011 1001 11101 110011

Color Harmonies of #A76A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76A5F

Black with #A76A5F

Text Example


Text Example

White with #A76A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76A5F; }

 p { color: rgb(167,106,95); }

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

background-color css

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

 a { background-color: rgb(167,106,95); }

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

border-color css

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

 span { border-color: rgb(167,106,95); }

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