Html Css Color HEX #A58D7F Sandrift

📋 copy color: '#A58D7F'

red 165 ◦ green 141 ◦ blue 127

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

Shades of Sandrift #A58D7F

Tints of Sandrift #A58D7F

RGB

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

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

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

R = 38.11%
G = 32.56%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A58D7F (or 0xA58D7F) is known color: Sandrift. HEX triplet: A5, 8D and 7F. RGB value is (165,141,127). Sum of RGB (Red+Green+Blue) = 165+141+127=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D7F is #5A7280. Grayscale: #929292. Windows color (decimal): -5927553 or 8359333. OLE color: 8359333.

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

Color convert

RGB 165 141 127 -
CMYK 0 0.15 0.23 0.35
HSL 22.11º 0.17% 0.57% -
HSV(B) 22.11º 0.23% 0.65% -
XYZ 28.87 28.58 24.07 -
YUV 146.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 165 141 127 0 0.15 0.23 0.35 22.11 0.17 0.57
Hex A5 8D 7F 0 F 17 23 16 11 39
Octal 245 215 177 0 17 27 43 26 21 71
Binary 10100101 10001101 1111111 0 1111 10111 100011 10110 10001 111001

Color Harmonies of #A58D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58D7F

Black with #A58D7F

Text Example


Text Example

White with #A58D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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