Html Css Color HEX #A88978 Sandrift

📋 copy color: '#A88978'

red 168 ◦ green 137 ◦ blue 120

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

Shades of Sandrift #A88978

Tints of Sandrift #A88978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.24%

R = 39.53%
G = 32.24%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A88978 (or 0xA88978) is known color: Sandrift. HEX triplet: A8, 89 and 78. RGB value is (168,137,120). Sum of RGB (Red+Green+Blue) = 168+137+120=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A88978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88978 is #577687. Grayscale: #909090. Windows color (decimal): -5731976 or 7899560. OLE color: 7899560.

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

Color convert

RGB 168 137 120 -
CMYK 0 0.18 0.29 0.34
HSL 21.25º 0.22% 0.56% -
HSV(B) 21.25º 0.29% 0.66% -
XYZ 28.48 27.57 21.59 -
YUV 144.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 168 137 120 0 0.18 0.29 0.34 21.25 0.22 0.56
Hex A8 89 78 0 12 1D 22 15 16 38
Octal 250 211 170 0 22 35 42 25 26 70
Binary 10101000 10001001 1111000 0 10010 11101 100010 10101 10110 111000

Color Harmonies of #A88978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88978

Black with #A88978

Text Example


Text Example

White with #A88978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88978; }

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

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

background-color css

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

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

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

border-color css

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

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

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