Html Css Color HEX #A08960 Sandal

📋 copy color: '#A08960'

red 160 ◦ green 137 ◦ blue 96

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

Shades of Sandal #A08960

Tints of Sandal #A08960

RGB

 RED value IS 160 (62.89% from 255) = 40.71%

 GREEN value IS 137 (53.91% from 255) = 34.86%

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

R = 40.71%
G = 34.86%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A08960 (or 0xA08960) is known color: Sandal. HEX triplet: A0, 89 and 60. RGB value is (160,137,96). Sum of RGB (Red+Green+Blue) = 160+137+96=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A08960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08960 is #5F769F. Grayscale: #8B8B8B. Windows color (decimal): -6256288 or 6326688. OLE color: 6326688.

HSL color Cylindrical-coordinate representation of color #A08960: hue angle of 38.44º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A08960 is Cyan = 0, Magento = 0.14, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 137 96 -
CMYK 0 0.14 0.4 0.37
HSL 38.44º 0.25% 0.5% -
HSV(B) 38.44º 0.4% 0.63% -
XYZ 25.55 26.21 14.78 -
YUV 139.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 160 137 96 0 0.14 0.4 0.37 38.44 0.25 0.5
Hex A0 89 60 0 E 28 25 26 19 32
Octal 240 211 140 0 16 50 45 46 31 62
Binary 10100000 10001001 1100000 0 1110 101000 100101 100110 11001 110010

Color Harmonies of #A08960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08960

Black with #A08960

Text Example


Text Example

White with #A08960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08960; }

 p { color: rgb(160,137,96); }

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

background-color css

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

 a { background-color: rgb(160,137,96); }

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

border-color css

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

 span { border-color: rgb(160,137,96); }

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