Html Css Color HEX #A76965 Coral Tree

📋 copy color: '#A76965'

red 167 ◦ green 105 ◦ blue 101

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

Shades of Coral Tree #A76965

Tints of Coral Tree #A76965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.15%

 BLUE value IS 101 (39.84% from 255) = 27.08%

R = 44.77%
G = 28.15%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A76965 (or 0xA76965) is known color: Coral Tree. HEX triplet: A7, 69 and 65. RGB value is (167,105,101). Sum of RGB (Red+Green+Blue) = 167+105+101=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A76965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76965 is #58969A. Grayscale: #7B7B7B. Windows color (decimal): -5805723 or 6646183. OLE color: 6646183.

HSL color Cylindrical-coordinate representation of color #A76965: hue angle of 3.64º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A76965 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 105 101 -
CMYK 0 0.37 0.40 0.35
HSL 3.64º 0.27% 0.53% -
HSV(B) 3.64º 0.4% 0.65% -
XYZ 23.34 19.26 14.8 -
YUV 123.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 167 105 101 0 0.37 0.40 0.35 3.64 0.27 0.53
Hex A7 69 65 0 25 28 23 4 1B 35
Octal 247 151 145 0 45 50 43 4 33 65
Binary 10100111 1101001 1100101 0 100101 101000 100011 100 11011 110101

Color Harmonies of #A76965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76965

Black with #A76965

Text Example


Text Example

White with #A76965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76965; }

 p { color: rgb(167,105,101); }

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

background-color css

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

 a { background-color: rgb(167,105,101); }

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

border-color css

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

 span { border-color: rgb(167,105,101); }

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