Html Css Color HEX #A96261 Coral Tree

📋 copy color: '#A96261'

red 169 ◦ green 98 ◦ blue 97

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

Shades of Coral Tree #A96261

Tints of Coral Tree #A96261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

 BLUE value IS 97 (38.28% from 255) = 26.65%

R = 46.43%
G = 26.92%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A96261 (or 0xA96261) is known color: Coral Tree. HEX triplet: A9, 62 and 61. RGB value is (169,98,97). Sum of RGB (Red+Green+Blue) = 169+98+97=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A96261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96261 is #569D9E. Grayscale: #777777. Windows color (decimal): -5676447 or 6382249. OLE color: 6382249.

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

Color convert

RGB 169 98 97 -
CMYK 0 0.42 0.43 0.34
HSL 0.83º 0.3% 0.52% -
HSV(B) 0.83º 0.43% 0.66% -
XYZ 22.89 18.03 13.58 -
YUV 119.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 169 98 97 0 0.42 0.43 0.34 0.83 0.3 0.52
Hex A9 62 61 0 2A 2B 22 1 1E 34
Octal 251 142 141 0 52 53 42 1 36 64
Binary 10101001 1100010 1100001 0 101010 101011 100010 1 11110 110100

Color Harmonies of #A96261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96261

Black with #A96261

Text Example


Text Example

White with #A96261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96261; }

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

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

background-color css

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

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

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

border-color css

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

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

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