Html Css Color HEX #A96662 Coral Tree

📋 copy color: '#A96662'

red 169 ◦ green 102 ◦ blue 98

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

Shades of Coral Tree #A96662

Tints of Coral Tree #A96662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.56%

R = 45.8%
G = 27.64%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A96662 (or 0xA96662) is known color: Coral Tree. HEX triplet: A9, 66 and 62. RGB value is (169,102,98). Sum of RGB (Red+Green+Blue) = 169+102+98=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A96662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96662 is #56999D. Grayscale: #797979. Windows color (decimal): -5675422 or 6448809. OLE color: 6448809.

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

Color convert

RGB 169 102 98 -
CMYK 0 0.40 0.42 0.34
HSL 3.38º 0.29% 0.52% -
HSV(B) 3.38º 0.42% 0.66% -
XYZ 23.32 18.82 13.96 -
YUV 121.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 169 102 98 0 0.40 0.42 0.34 3.38 0.29 0.52
Hex A9 66 62 0 28 2A 22 3 1D 34
Octal 251 146 142 0 50 52 42 3 35 64
Binary 10101001 1100110 1100010 0 101000 101010 100010 11 11101 110100

Color Harmonies of #A96662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96662

Black with #A96662

Text Example


Text Example

White with #A96662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96662; }

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

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

background-color css

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

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

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

border-color css

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

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

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