Html Css Color HEX #A88860 Sandal

📋 copy color: '#A88860'

red 168 ◦ green 136 ◦ blue 96

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

Shades of Sandal #A88860

Tints of Sandal #A88860

RGB

 RED value IS 168 (66.02% from 255) = 42%

 GREEN value IS 136 (53.52% from 255) = 34%

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

R = 42%
G = 34%
B = 24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A88860 (or 0xA88860) is known color: Sandal. HEX triplet: A8, 88 and 60. RGB value is (168,136,96). Sum of RGB (Red+Green+Blue) = 168+136+96=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A88860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88860 is #57779F. Grayscale: #8D8D8D. Windows color (decimal): -5732256 or 6326440. OLE color: 6326440.

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

Color convert

RGB 168 136 96 -
CMYK 0 0.19 0.43 0.34
HSL 33.33º 0.29% 0.52% -
HSV(B) 33.33º 0.43% 0.66% -
XYZ 27.06 26.78 14.81 -
YUV 141.01 102.6 147.25 -
System Red Green Blue C M Y K H S L
Decimal 168 136 96 0 0.19 0.43 0.34 33.33 0.29 0.52
Hex A8 88 60 0 13 2B 22 21 1D 34
Octal 250 210 140 0 23 53 42 41 35 64
Binary 10101000 10001000 1100000 0 10011 101011 100010 100001 11101 110100

Color Harmonies of #A88860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88860

Black with #A88860

Text Example


Text Example

White with #A88860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88860; }

 p { color: rgb(168,136,96); }

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

background-color css

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

 a { background-color: rgb(168,136,96); }

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

border-color css

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

 span { border-color: rgb(168,136,96); }

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