Html Css Color HEX #A76666 Coral Tree

📋 copy color: '#A76666'

red 167 ◦ green 102 ◦ blue 102

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

Shades of Coral Tree #A76666

Tints of Coral Tree #A76666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 45.01%
G = 27.49%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A76666 (or 0xA76666) is known color: Coral Tree. HEX triplet: A7, 66 and 66. RGB value is (167,102,102). Sum of RGB (Red+Green+Blue) = 167+102+102=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A76666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76666 is #589999. Grayscale: #797979. Windows color (decimal): -5806490 or 6710951. OLE color: 6710951.

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

Color convert

RGB 167 102 102 -
CMYK 0 0.39 0.39 0.35
HSL 0.27% 0.53% -
HSV(B) 0.39% 0.65% -
XYZ 23.09 18.68 14.96 -
YUV 121.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 167 102 102 0 0.39 0.39 0.35 0 0.27 0.53
Hex A7 66 66 0 27 27 23 0 1B 35
Octal 247 146 146 0 47 47 43 0 33 65
Binary 10100111 1100110 1100110 0 100111 100111 100011 0 11011 110101

Color Harmonies of #A76666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76666

Black with #A76666

Text Example


Text Example

White with #A76666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76666; }

 p { color: rgb(167,102,102); }

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

background-color css

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

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

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

border-color css

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

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

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