Html Css Color HEX #A08770 Sandal

📋 copy color: '#A08770'

red 160 ◦ green 135 ◦ blue 112

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

Shades of Sandal #A08770

Tints of Sandal #A08770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.17%

 BLUE value IS 112 (44.14% from 255) = 27.52%

R = 39.31%
G = 33.17%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A08770 (or 0xA08770) is known color: Sandal. HEX triplet: A0, 87 and 70. RGB value is (160,135,112). Sum of RGB (Red+Green+Blue) = 160+135+112=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A08770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08770 is #5F788F. Grayscale: #8B8B8B. Windows color (decimal): -6256784 or 7374752. OLE color: 7374752.

HSL color Cylindrical-coordinate representation of color #A08770: hue angle of 28.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08770 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 112 -
CMYK 0 0.16 0.30 0.37
HSL 28.75º 0.2% 0.53% -
HSV(B) 28.75º 0.3% 0.63% -
XYZ 26.09 25.97 18.97 -
YUV 139.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 160 135 112 0 0.16 0.30 0.37 28.75 0.2 0.53
Hex A0 87 70 0 10 1E 25 1D 14 35
Octal 240 207 160 0 20 36 45 35 24 65
Binary 10100000 10000111 1110000 0 10000 11110 100101 11101 10100 110101

Color Harmonies of #A08770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08770

Black with #A08770

Text Example


Text Example

White with #A08770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08770; }

 p { color: rgb(160,135,112); }

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

background-color css

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

 a { background-color: rgb(160,135,112); }

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

border-color css

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

 span { border-color: rgb(160,135,112); }

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