Html Css Color HEX #A88761 Sandal

📋 copy color: '#A88761'

red 168 ◦ green 135 ◦ blue 97

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

Shades of Sandal #A88761

Tints of Sandal #A88761

RGB

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

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

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

R = 42%
G = 33.75%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A88761 (or 0xA88761) is known color: Sandal. HEX triplet: A8, 87 and 61. RGB value is (168,135,97). Sum of RGB (Red+Green+Blue) = 168+135+97=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A88761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88761 is #57789E. Grayscale: #8C8C8C. Windows color (decimal): -5732511 or 6391720. OLE color: 6391720.

HSL color Cylindrical-coordinate representation of color #A88761: hue angle of 32.11º 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 #A88761 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 135 97 -
CMYK 0 0.20 0.42 0.34
HSL 32.11º 0.29% 0.52% -
HSV(B) 32.11º 0.42% 0.66% -
XYZ 26.97 26.52 15.01 -
YUV 140.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 168 135 97 0 0.20 0.42 0.34 32.11 0.29 0.52
Hex A8 87 61 0 14 2A 22 20 1D 34
Octal 250 207 141 0 24 52 42 40 35 64
Binary 10101000 10000111 1100001 0 10100 101010 100010 100000 11101 110100

Color Harmonies of #A88761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88761

Black with #A88761

Text Example


Text Example

White with #A88761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88761; }

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

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

background-color css

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

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

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

border-color css

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

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

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