Html Css Color HEX #A08961 Sandal

📋 copy color: '#A08961'

red 160 ◦ green 137 ◦ blue 97

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

Shades of Sandal #A08961

Tints of Sandal #A08961

RGB

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

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

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

R = 40.61%
G = 34.77%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A08961 (or 0xA08961) is known color: Sandal. HEX triplet: A0, 89 and 61. RGB value is (160,137,97). Sum of RGB (Red+Green+Blue) = 160+137+97=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A08961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08961 is #5F769E. Grayscale: #8B8B8B. Windows color (decimal): -6256287 or 6392224. OLE color: 6392224.

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

Color convert

RGB 160 137 97 -
CMYK 0 0.14 0.39 0.37
HSL 38.1º 0.25% 0.5% -
HSV(B) 38.1º 0.39% 0.63% -
XYZ 25.6 26.23 15.02 -
YUV 139.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 160 137 97 0 0.14 0.39 0.37 38.1 0.25 0.5
Hex A0 89 61 0 E 27 25 26 19 32
Octal 240 211 141 0 16 47 45 46 31 62
Binary 10100000 10001001 1100001 0 1110 100111 100101 100110 11001 110010

Color Harmonies of #A08961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08961

Black with #A08961

Text Example


Text Example

White with #A08961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08961; }

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

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

background-color css

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

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

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

border-color css

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

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

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