Html Css Color HEX #A76961 Coral Tree

📋 copy color: '#A76961'

red 167 ◦ green 105 ◦ blue 97

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

Shades of Coral Tree #A76961

Tints of Coral Tree #A76961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.29%

R = 45.26%
G = 28.46%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A76961 (or 0xA76961) is known color: Coral Tree. HEX triplet: A7, 69 and 61. RGB value is (167,105,97). Sum of RGB (Red+Green+Blue) = 167+105+97=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A76961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76961 is #58969E. Grayscale: #7A7A7A. Windows color (decimal): -5805727 or 6384039. OLE color: 6384039.

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

Color convert

RGB 167 105 97 -
CMYK 0 0.37 0.42 0.35
HSL 6.86º 0.28% 0.52% -
HSV(B) 6.86º 0.42% 0.65% -
XYZ 23.15 19.18 13.79 -
YUV 122.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 167 105 97 0 0.37 0.42 0.35 6.86 0.28 0.52
Hex A7 69 61 0 25 2A 23 7 1C 34
Octal 247 151 141 0 45 52 43 7 34 64
Binary 10100111 1101001 1100001 0 100101 101010 100011 111 11100 110100

Color Harmonies of #A76961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76961

Black with #A76961

Text Example


Text Example

White with #A76961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76961; }

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

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

background-color css

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

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

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

border-color css

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

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

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