Html Css Color HEX #A58F80 Sandrift

📋 copy color: '#A58F80'

red 165 ◦ green 143 ◦ blue 128

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

Shades of Sandrift #A58F80

Tints of Sandrift #A58F80

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.8%

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

R = 37.84%
G = 32.8%
B = 29.36%

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

#A58F80 (or 0xA58F80) is known color: Sandrift. HEX triplet: A5, 8F and 80. RGB value is (165,143,128). Sum of RGB (Red+Green+Blue) = 165+143+128=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58F80 is #5A707F. Grayscale: #939393. Windows color (decimal): -5927040 or 8425381. OLE color: 8425381.

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

Color convert

RGB 165 143 128 -
CMYK 0 0.13 0.22 0.35
HSL 24.32º 0.17% 0.57% -
HSV(B) 24.32º 0.22% 0.65% -
XYZ 29.24 29.2 24.52 -
YUV 147.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 165 143 128 0 0.13 0.22 0.35 24.32 0.17 0.57
Hex A5 8F 80 0 D 16 23 18 11 39
Octal 245 217 200 0 15 26 43 30 21 71
Binary 10100101 10001111 10000000 0 1101 10110 100011 11000 10001 111001

Color Harmonies of #A58F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58F80

Black with #A58F80

Text Example


Text Example

White with #A58F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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