Html Css Color HEX #A48E80 Sandrift

📋 copy color: '#A48E80'

red 164 ◦ green 142 ◦ blue 128

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

Shades of Sandrift #A48E80

Tints of Sandrift #A48E80

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.72%

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

R = 37.79%
G = 32.72%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A48E80 (or 0xA48E80) is known color: Sandrift. HEX triplet: A4, 8E and 80. RGB value is (164,142,128). Sum of RGB (Red+Green+Blue) = 164+142+128=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48E80 is #5B717F. Grayscale: #939393. Windows color (decimal): -5992832 or 8425124. OLE color: 8425124.

HSL color Cylindrical-coordinate representation of color #A48E80: hue angle of 23.33º 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 #A48E80 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 142 128 -
CMYK 0 0.13 0.22 0.36
HSL 23.33º 0.17% 0.57% -
HSV(B) 23.33º 0.22% 0.64% -
XYZ 28.88 28.8 24.46 -
YUV 146.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 164 142 128 0 0.13 0.22 0.36 23.33 0.17 0.57
Hex A4 8E 80 0 D 16 24 17 11 39
Octal 244 216 200 0 15 26 44 27 21 71
Binary 10100100 10001110 10000000 0 1101 10110 100100 10111 10001 111001

Color Harmonies of #A48E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E80

Black with #A48E80

Text Example


Text Example

White with #A48E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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