Html Css Color HEX #A58F7C Sandrift

📋 copy color: '#A58F7C'

red 165 ◦ green 143 ◦ blue 124

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

Shades of Sandrift #A58F7C

Tints of Sandrift #A58F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.7%

R = 38.19%
G = 33.1%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A58F7C (or 0xA58F7C) is known color: Sandrift. HEX triplet: A5, 8F and 7C. RGB value is (165,143,124). Sum of RGB (Red+Green+Blue) = 165+143+124=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58F7C is #5A7083. Grayscale: #939393. Windows color (decimal): -5927044 or 8163237. OLE color: 8163237.

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

Color convert

RGB 165 143 124 -
CMYK 0 0.13 0.25 0.35
HSL 27.8º 0.19% 0.57% -
HSV(B) 27.8º 0.25% 0.65% -
XYZ 28.98 29.1 23.16 -
YUV 147.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 165 143 124 0 0.13 0.25 0.35 27.8 0.19 0.57
Hex A5 8F 7C 0 D 19 23 1C 13 39
Octal 245 217 174 0 15 31 43 34 23 71
Binary 10100101 10001111 1111100 0 1101 11001 100011 11100 10011 111001

Color Harmonies of #A58F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58F7C

Black with #A58F7C

Text Example


Text Example

White with #A58F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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