Html Css Color HEX #A48D80 Sandrift

📋 copy color: '#A48D80'

red 164 ◦ green 141 ◦ blue 128

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

Shades of Sandrift #A48D80

Tints of Sandrift #A48D80

RGB

 RED value IS 164 (64.45% from 255) = 37.88%

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

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

R = 37.88%
G = 32.56%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A48D80 (or 0xA48D80) is known color: Sandrift. HEX triplet: A4, 8D and 80. RGB value is (164,141,128). Sum of RGB (Red+Green+Blue) = 164+141+128=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D80 is #5B727F. Grayscale: #929292. Windows color (decimal): -5993088 or 8424868. OLE color: 8424868.

HSL color Cylindrical-coordinate representation of color #A48D80: hue angle of 21.67º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A48D80 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 141 128 -
CMYK 0 0.14 0.22 0.36
HSL 21.67º 0.17% 0.57% -
HSV(B) 21.67º 0.22% 0.64% -
XYZ 28.73 28.5 24.41 -
YUV 146.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 164 141 128 0 0.14 0.22 0.36 21.67 0.17 0.57
Hex A4 8D 80 0 E 16 24 16 11 39
Octal 244 215 200 0 16 26 44 26 21 71
Binary 10100100 10001101 10000000 0 1110 10110 100100 10110 10001 111001

Color Harmonies of #A48D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D80

Black with #A48D80

Text Example


Text Example

White with #A48D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D80; }

 p { color: rgb(164,141,128); }

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

background-color css

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

 a { background-color: rgb(164,141,128); }

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

border-color css

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

 span { border-color: rgb(164,141,128); }

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