Html Css Color HEX #A88C79 Sandrift

📋 copy color: '#A88C79'

red 168 ◦ green 140 ◦ blue 121

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

Shades of Sandrift #A88C79

Tints of Sandrift #A88C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.63%

 BLUE value IS 121 (47.66% from 255) = 28.21%

R = 39.16%
G = 32.63%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A88C79 (or 0xA88C79) is known color: Sandrift. HEX triplet: A8, 8C and 79. RGB value is (168,140,121). Sum of RGB (Red+Green+Blue) = 168+140+121=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88C79 is #577386. Grayscale: #929292. Windows color (decimal): -5731207 or 7965864. OLE color: 7965864.

HSL color Cylindrical-coordinate representation of color #A88C79: hue angle of 24.26º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A88C79 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 140 121 -
CMYK 0 0.17 0.28 0.34
HSL 24.26º 0.21% 0.57% -
HSV(B) 24.26º 0.28% 0.66% -
XYZ 28.98 28.46 22.06 -
YUV 146.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 168 140 121 0 0.17 0.28 0.34 24.26 0.21 0.57
Hex A8 8C 79 0 11 1C 22 18 15 39
Octal 250 214 171 0 21 34 42 30 25 71
Binary 10101000 10001100 1111001 0 10001 11100 100010 11000 10101 111001

Color Harmonies of #A88C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88C79

Black with #A88C79

Text Example


Text Example

White with #A88C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88C79; }

 p { color: rgb(168,140,121); }

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

background-color css

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

 a { background-color: rgb(168,140,121); }

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

border-color css

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

 span { border-color: rgb(168,140,121); }

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