Html Css Color HEX #A78C80 Sandrift

📋 copy color: '#A78C80'

red 167 ◦ green 140 ◦ blue 128

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

Shades of Sandrift #A78C80

Tints of Sandrift #A78C80

RGB

 RED value IS 167 (65.63% from 255) = 38.39%

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

 BLUE value IS 128 (50.39% from 255) = 29.43%

R = 38.39%
G = 32.18%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A78C80 (or 0xA78C80) is known color: Sandrift. HEX triplet: A7, 8C and 80. RGB value is (167,140,128). Sum of RGB (Red+Green+Blue) = 167+140+128=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78C80 is #58737F. Grayscale: #929292. Windows color (decimal): -5796736 or 8424615. OLE color: 8424615.

HSL color Cylindrical-coordinate representation of color #A78C80: hue angle of 18.46º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A78C80 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 140 128 -
CMYK 0 0.16 0.23 0.35
HSL 18.46º 0.18% 0.58% -
HSV(B) 18.46º 0.23% 0.65% -
XYZ 29.21 28.53 24.39 -
YUV 146.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 167 140 128 0 0.16 0.23 0.35 18.46 0.18 0.58
Hex A7 8C 80 0 10 17 23 12 12 3A
Octal 247 214 200 0 20 27 43 22 22 72
Binary 10100111 10001100 10000000 0 10000 10111 100011 10010 10010 111010

Color Harmonies of #A78C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78C80

Black with #A78C80

Text Example


Text Example

White with #A78C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78C80; }

 p { color: rgb(167,140,128); }

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

background-color css

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

 a { background-color: rgb(167,140,128); }

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

border-color css

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

 span { border-color: rgb(167,140,128); }

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