Html Css Color HEX #AB8764 Sandal

📋 copy color: '#AB8764'

red 171 ◦ green 135 ◦ blue 100

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

Shades of Sandal #AB8764

Tints of Sandal #AB8764

RGB

 RED value IS 171 (67.19% from 255) = 42.12%

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

 BLUE value IS 100 (39.45% from 255) = 24.63%

R = 42.12%
G = 33.25%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB8764 (or 0xAB8764) is known color: Sandal. HEX triplet: AB, 87 and 64. RGB value is (171,135,100). Sum of RGB (Red+Green+Blue) = 171+135+100=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8764 is #54789B. Grayscale: #8D8D8D. Windows color (decimal): -5535900 or 6588331. OLE color: 6588331.

HSL color Cylindrical-coordinate representation of color #AB8764: hue angle of 29.58º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB8764 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 135 100 -
CMYK 0 0.21 0.42 0.33
HSL 29.58º 0.3% 0.53% -
HSV(B) 29.58º 0.42% 0.67% -
XYZ 27.76 26.91 15.79 -
YUV 141.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 171 135 100 0 0.21 0.42 0.33 29.58 0.3 0.53
Hex AB 87 64 0 15 2A 21 1E 1E 35
Octal 253 207 144 0 25 52 41 36 36 65
Binary 10101011 10000111 1100100 0 10101 101010 100001 11110 11110 110101

Color Harmonies of #AB8764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8764

Black with #AB8764

Text Example


Text Example

White with #AB8764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8764; }

 p { color: rgb(171,135,100); }

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

background-color css

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

 a { background-color: rgb(171,135,100); }

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

border-color css

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

 span { border-color: rgb(171,135,100); }

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