Html Css Color HEX #A96460 Coral Tree

📋 copy color: '#A96460'

red 169 ◦ green 100 ◦ blue 96

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

Shades of Coral Tree #A96460

Tints of Coral Tree #A96460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

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

R = 46.3%
G = 27.4%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A96460 (or 0xA96460) is known color: Coral Tree. HEX triplet: A9, 64 and 60. RGB value is (169,100,96). Sum of RGB (Red+Green+Blue) = 169+100+96=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A96460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96460 is #569B9F. Grayscale: #787878. Windows color (decimal): -5675936 or 6317225. OLE color: 6317225.

HSL color Cylindrical-coordinate representation of color #A96460: hue angle of 3.29º 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 #A96460 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 100 96 -
CMYK 0 0.41 0.43 0.34
HSL 3.29º 0.3% 0.52% -
HSV(B) 3.29º 0.43% 0.66% -
XYZ 23.03 18.39 13.4 -
YUV 120.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 169 100 96 0 0.41 0.43 0.34 3.29 0.3 0.52
Hex A9 64 60 0 29 2B 22 3 1E 34
Octal 251 144 140 0 51 53 42 3 36 64
Binary 10101001 1100100 1100000 0 101001 101011 100010 11 11110 110100

Color Harmonies of #A96460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96460

Black with #A96460

Text Example


Text Example

White with #A96460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96460; }

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

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

background-color css

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

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

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

border-color css

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

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

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