Html Css Color HEX #A58E7F Sandrift

📋 copy color: '#A58E7F'

red 165 ◦ green 142 ◦ blue 127

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

Shades of Sandrift #A58E7F

Tints of Sandrift #A58E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.26%

R = 38.02%
G = 32.72%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A58E7F (or 0xA58E7F) is known color: Sandrift. HEX triplet: A5, 8E and 7F. RGB value is (165,142,127). Sum of RGB (Red+Green+Blue) = 165+142+127=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58E7F is #5A7180. Grayscale: #939393. Windows color (decimal): -5927297 or 8359589. OLE color: 8359589.

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

Color convert

RGB 165 142 127 -
CMYK 0 0.14 0.23 0.35
HSL 23.68º 0.17% 0.57% -
HSV(B) 23.68º 0.23% 0.65% -
XYZ 29.02 28.88 24.12 -
YUV 147.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 165 142 127 0 0.14 0.23 0.35 23.68 0.17 0.57
Hex A5 8E 7F 0 E 17 23 18 11 39
Octal 245 216 177 0 16 27 43 30 21 71
Binary 10100101 10001110 1111111 0 1110 10111 100011 11000 10001 111001

Color Harmonies of #A58E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58E7F

Black with #A58E7F

Text Example


Text Example

White with #A58E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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