Html Css Color HEX #A88D78 Sandrift

📋 copy color: '#A88D78'

red 168 ◦ green 141 ◦ blue 120

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

Shades of Sandrift #A88D78

Tints of Sandrift #A88D78

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.87%

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

R = 39.16%
G = 32.87%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A88D78 (or 0xA88D78) is known color: Sandrift. HEX triplet: A8, 8D and 78. RGB value is (168,141,120). Sum of RGB (Red+Green+Blue) = 168+141+120=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D78 is #577287. Grayscale: #929292. Windows color (decimal): -5730952 or 7900584. OLE color: 7900584.

HSL color Cylindrical-coordinate representation of color #A88D78: hue angle of 26.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 #A88D78 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 141 120 -
CMYK 0 0.16 0.29 0.34
HSL 26.25º 0.22% 0.56% -
HSV(B) 26.25º 0.29% 0.66% -
XYZ 29.06 28.73 21.78 -
YUV 146.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 168 141 120 0 0.16 0.29 0.34 26.25 0.22 0.56
Hex A8 8D 78 0 10 1D 22 1A 16 38
Octal 250 215 170 0 20 35 42 32 26 70
Binary 10101000 10001101 1111000 0 10000 11101 100010 11010 10110 111000

Color Harmonies of #A88D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88D78

Black with #A88D78

Text Example


Text Example

White with #A88D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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