Html Css Color HEX #A88961 Sandal

📋 copy color: '#A88961'

red 168 ◦ green 137 ◦ blue 97

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

Shades of Sandal #A88961

Tints of Sandal #A88961

RGB

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

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

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

R = 41.79%
G = 34.08%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A88961 (or 0xA88961) is known color: Sandal. HEX triplet: A8, 89 and 61. RGB value is (168,137,97). Sum of RGB (Red+Green+Blue) = 168+137+97=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A88961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88961 is #57769E. Grayscale: #8D8D8D. Windows color (decimal): -5731999 or 6392232. OLE color: 6392232.

HSL color Cylindrical-coordinate representation of color #A88961: hue angle of 33.8º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A88961 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 137 97 -
CMYK 0 0.18 0.42 0.34
HSL 33.8º 0.29% 0.52% -
HSV(B) 33.8º 0.42% 0.66% -
XYZ 27.25 27.08 15.1 -
YUV 141.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 168 137 97 0 0.18 0.42 0.34 33.8 0.29 0.52
Hex A8 89 61 0 12 2A 22 22 1D 34
Octal 250 211 141 0 22 52 42 42 35 64
Binary 10101000 10001001 1100001 0 10010 101010 100010 100010 11101 110100

Color Harmonies of #A88961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88961

Black with #A88961

Text Example


Text Example

White with #A88961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88961; }

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

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

background-color css

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

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

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

border-color css

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

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

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