Html Css Color HEX #A58C7F Sandrift

📋 copy color: '#A58C7F'

red 165 ◦ green 140 ◦ blue 127

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

Shades of Sandrift #A58C7F

Tints of Sandrift #A58C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.41%

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

R = 38.19%
G = 32.41%
B = 29.4%

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

#A58C7F (or 0xA58C7F) is known color: Sandrift. HEX triplet: A5, 8C and 7F. RGB value is (165,140,127). Sum of RGB (Red+Green+Blue) = 165+140+127=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C7F is #5A7380. Grayscale: #929292. Windows color (decimal): -5927809 or 8359077. OLE color: 8359077.

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

Color convert

RGB 165 140 127 -
CMYK 0 0.15 0.23 0.35
HSL 20.53º 0.17% 0.57% -
HSV(B) 20.53º 0.23% 0.65% -
XYZ 28.73 28.29 24.02 -
YUV 145.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 165 140 127 0 0.15 0.23 0.35 20.53 0.17 0.57
Hex A5 8C 7F 0 F 17 23 15 11 39
Octal 245 214 177 0 17 27 43 25 21 71
Binary 10100101 10001100 1111111 0 1111 10111 100011 10101 10001 111001

Color Harmonies of #A58C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58C7F

Black with #A58C7F

Text Example


Text Example

White with #A58C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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