Html Css Color HEX #A96660 Coral Tree

📋 copy color: '#A96660'

red 169 ◦ green 102 ◦ blue 96

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

Shades of Coral Tree #A96660

Tints of Coral Tree #A96660

RGB

 RED value IS 169 (66.41% from 255) = 46.05%

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

 BLUE value IS 96 (37.89% from 255) = 26.16%

R = 46.05%
G = 27.79%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A96660 (or 0xA96660) is known color: Coral Tree. HEX triplet: A9, 66 and 60. RGB value is (169,102,96). Sum of RGB (Red+Green+Blue) = 169+102+96=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A96660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96660 is #56999F. Grayscale: #797979. Windows color (decimal): -5675424 or 6317737. OLE color: 6317737.

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

Color convert

RGB 169 102 96 -
CMYK 0 0.40 0.43 0.34
HSL 4.93º 0.3% 0.52% -
HSV(B) 4.93º 0.43% 0.66% -
XYZ 23.22 18.78 13.47 -
YUV 121.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 169 102 96 0 0.40 0.43 0.34 4.93 0.3 0.52
Hex A9 66 60 0 28 2B 22 5 1E 34
Octal 251 146 140 0 50 53 42 5 36 64
Binary 10101001 1100110 1100000 0 101000 101011 100010 101 11110 110100

Color Harmonies of #A96660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96660

Black with #A96660

Text Example


Text Example

White with #A96660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96660; }

 p { color: rgb(169,102,96); }

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

background-color css

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

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

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

border-color css

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

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

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