Html Css Color HEX #AB8775 Sandrift

📋 copy color: '#AB8775'

red 171 ◦ green 135 ◦ blue 117

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

Shades of Sandrift #AB8775

Tints of Sandrift #AB8775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 40.43%
G = 31.91%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB8775 (or 0xAB8775) is known color: Sandrift. HEX triplet: AB, 87 and 75. RGB value is (171,135,117). Sum of RGB (Red+Green+Blue) = 171+135+117=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8775 is #54788A. Grayscale: #8F8F8F. Windows color (decimal): -5535883 or 7702443. OLE color: 7702443.

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

Color convert

RGB 171 135 117 -
CMYK 0 0.21 0.32 0.33
HSL 20º 0.24% 0.56% -
HSV(B) 20º 0.32% 0.67% -
XYZ 28.67 27.27 20.58 -
YUV 143.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 171 135 117 0 0.21 0.32 0.33 20 0.24 0.56
Hex AB 87 75 0 15 20 21 14 18 38
Octal 253 207 165 0 25 40 41 24 30 70
Binary 10101011 10000111 1110101 0 10101 100000 100001 10100 11000 111000

Color Harmonies of #AB8775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8775

Black with #AB8775

Text Example


Text Example

White with #AB8775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8775; }

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

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

background-color css

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

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

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

border-color css

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

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

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