Html Css Color HEX #A88B78 Sandrift

📋 copy color: '#A88B78'

red 168 ◦ green 139 ◦ blue 120

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

Shades of Sandrift #A88B78

Tints of Sandrift #A88B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.55%

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

R = 39.34%
G = 32.55%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A88B78 (or 0xA88B78) is known color: Sandrift. HEX triplet: A8, 8B and 78. RGB value is (168,139,120). Sum of RGB (Red+Green+Blue) = 168+139+120=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88B78 is #577487. Grayscale: #919191. Windows color (decimal): -5731464 or 7900072. OLE color: 7900072.

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

Color convert

RGB 168 139 120 -
CMYK 0 0.17 0.29 0.34
HSL 23.75º 0.22% 0.56% -
HSV(B) 23.75º 0.29% 0.66% -
XYZ 28.77 28.15 21.69 -
YUV 145.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 168 139 120 0 0.17 0.29 0.34 23.75 0.22 0.56
Hex A8 8B 78 0 11 1D 22 18 16 38
Octal 250 213 170 0 21 35 42 30 26 70
Binary 10101000 10001011 1111000 0 10001 11101 100010 11000 10110 111000

Color Harmonies of #A88B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88B78

Black with #A88B78

Text Example


Text Example

White with #A88B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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