Html Css Color HEX #A96862 Coral Tree

📋 copy color: '#A96862'

red 169 ◦ green 104 ◦ blue 98

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

Shades of Coral Tree #A96862

Tints of Coral Tree #A96862

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

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

R = 45.55%
G = 28.03%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A96862 (or 0xA96862) is known color: Coral Tree. HEX triplet: A9, 68 and 62. RGB value is (169,104,98). Sum of RGB (Red+Green+Blue) = 169+104+98=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A96862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96862 is #56979D. Grayscale: #7A7A7A. Windows color (decimal): -5674910 or 6449321. OLE color: 6449321.

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

Color convert

RGB 169 104 98 -
CMYK 0 0.38 0.42 0.34
HSL 5.07º 0.29% 0.52% -
HSV(B) 5.07º 0.42% 0.66% -
XYZ 23.52 19.22 14.03 -
YUV 122.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 169 104 98 0 0.38 0.42 0.34 5.07 0.29 0.52
Hex A9 68 62 0 26 2A 22 5 1D 34
Octal 251 150 142 0 46 52 42 5 35 64
Binary 10101001 1101000 1100010 0 100110 101010 100010 101 11101 110100

Color Harmonies of #A96862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96862

Black with #A96862

Text Example


Text Example

White with #A96862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96862; }

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

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

background-color css

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

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

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

border-color css

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

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

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