Html Css Color HEX #A86666 Coral Tree

📋 copy color: '#A86666'

red 168 ◦ green 102 ◦ blue 102

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

Shades of Coral Tree #A86666

Tints of Coral Tree #A86666

RGB

 RED value IS 168 (66.02% from 255) = 45.16%

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

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

R = 45.16%
G = 27.42%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A86666 (or 0xA86666) is known color: Coral Tree. HEX triplet: A8, 66 and 66. RGB value is (168,102,102). Sum of RGB (Red+Green+Blue) = 168+102+102=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A86666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86666 is #579999. Grayscale: #797979. Windows color (decimal): -5740954 or 6710952. OLE color: 6710952.

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

Color convert

RGB 168 102 102 -
CMYK 0 0.39 0.39 0.34
HSL 0.28% 0.53% -
HSV(B) 0.39% 0.66% -
XYZ 23.3 18.79 14.97 -
YUV 121.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 168 102 102 0 0.39 0.39 0.34 0 0.28 0.53
Hex A8 66 66 0 27 27 22 0 1C 35
Octal 250 146 146 0 47 47 42 0 34 65
Binary 10101000 1100110 1100110 0 100111 100111 100010 0 11100 110101

Color Harmonies of #A86666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86666

Black with #A86666

Text Example


Text Example

White with #A86666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86666; }

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

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

background-color css

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

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

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

border-color css

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

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

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