Html Css Color HEX #A58D83 Sandrift

📋 copy color: '#A58D83'

red 165 ◦ green 141 ◦ blue 131

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

Shades of Sandrift #A58D83

Tints of Sandrift #A58D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.98%

R = 37.76%
G = 32.27%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A58D83 (or 0xA58D83) is known color: Sandrift. HEX triplet: A5, 8D and 83. RGB value is (165,141,131). Sum of RGB (Red+Green+Blue) = 165+141+131=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58D83 is #5A727C. Grayscale: #939393. Windows color (decimal): -5927549 or 8621477. OLE color: 8621477.

HSL color Cylindrical-coordinate representation of color #A58D83: hue angle of 17.65º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A58D83 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 141 131 -
CMYK 0 0.15 0.21 0.35
HSL 17.65º 0.16% 0.58% -
HSV(B) 17.65º 0.21% 0.65% -
XYZ 29.14 28.69 25.47 -
YUV 147.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 165 141 131 0 0.15 0.21 0.35 17.65 0.16 0.58
Hex A5 8D 83 0 F 15 23 12 10 3A
Octal 245 215 203 0 17 25 43 22 20 72
Binary 10100101 10001101 10000011 0 1111 10101 100011 10010 10000 111010

Color Harmonies of #A58D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58D83

Black with #A58D83

Text Example


Text Example

White with #A58D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58D83; }

 p { color: rgb(165,141,131); }

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

background-color css

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

 a { background-color: rgb(165,141,131); }

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

border-color css

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

 span { border-color: rgb(165,141,131); }

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