Html Css Color HEX #A58E80 Sandrift

📋 copy color: '#A58E80'

red 165 ◦ green 142 ◦ blue 128

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

Shades of Sandrift #A58E80

Tints of Sandrift #A58E80

RGB

 RED value IS 165 (64.84% from 255) = 37.93%

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

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

R = 37.93%
G = 32.64%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A58E80 (or 0xA58E80) is known color: Sandrift. HEX triplet: A5, 8E and 80. RGB value is (165,142,128). Sum of RGB (Red+Green+Blue) = 165+142+128=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58E80 is #5A717F. Grayscale: #939393. Windows color (decimal): -5927296 or 8425125. OLE color: 8425125.

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

Color convert

RGB 165 142 128 -
CMYK 0 0.14 0.22 0.35
HSL 22.7º 0.17% 0.57% -
HSV(B) 22.7º 0.22% 0.65% -
XYZ 29.09 28.9 24.47 -
YUV 147.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 165 142 128 0 0.14 0.22 0.35 22.7 0.17 0.57
Hex A5 8E 80 0 E 16 23 17 11 39
Octal 245 216 200 0 16 26 43 27 21 71
Binary 10100101 10001110 10000000 0 1110 10110 100011 10111 10001 111001

Color Harmonies of #A58E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58E80

Black with #A58E80

Text Example


Text Example

White with #A58E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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