Html Css Color HEX #A59080 Sandrift

📋 copy color: '#A59080'

red 165 ◦ green 144 ◦ blue 128

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

Shades of Sandrift #A59080

Tints of Sandrift #A59080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.95%

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

R = 37.76%
G = 32.95%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A59080 (or 0xA59080) is known color: Sandrift. HEX triplet: A5, 90 and 80. RGB value is (165,144,128). Sum of RGB (Red+Green+Blue) = 165+144+128=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A59080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59080 is #5A6F7F. Grayscale: #949494. Windows color (decimal): -5926784 or 8425637. OLE color: 8425637.

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

Color convert

RGB 165 144 128 -
CMYK 0 0.13 0.22 0.35
HSL 25.95º 0.17% 0.57% -
HSV(B) 25.95º 0.22% 0.65% -
XYZ 29.39 29.5 24.57 -
YUV 148.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 165 144 128 0 0.13 0.22 0.35 25.95 0.17 0.57
Hex A5 90 80 0 D 16 23 1A 11 39
Octal 245 220 200 0 15 26 43 32 21 71
Binary 10100101 10010000 10000000 0 1101 10110 100011 11010 10001 111001

Color Harmonies of #A59080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59080

Black with #A59080

Text Example


Text Example

White with #A59080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59080; }

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

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

background-color css

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

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

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

border-color css

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

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

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