Html Css Color HEX #A5917F Sandrift

📋 copy color: '#A5917F'

red 165 ◦ green 145 ◦ blue 127

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

Shades of Sandrift #A5917F

Tints of Sandrift #A5917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.18%

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

R = 37.76%
G = 33.18%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5917F (or 0xA5917F) is known color: Sandrift. HEX triplet: A5, 91 and 7F. RGB value is (165,145,127). Sum of RGB (Red+Green+Blue) = 165+145+127=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A5917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5917F is #5A6E80. Grayscale: #959595. Windows color (decimal): -5926529 or 8360357. OLE color: 8360357.

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

Color convert

RGB 165 145 127 -
CMYK 0 0.12 0.23 0.35
HSL 28.42º 0.17% 0.57% -
HSV(B) 28.42º 0.23% 0.65% -
XYZ 29.47 29.78 24.27 -
YUV 148.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 165 145 127 0 0.12 0.23 0.35 28.42 0.17 0.57
Hex A5 91 7F 0 C 17 23 1C 11 39
Octal 245 221 177 0 14 27 43 34 21 71
Binary 10100101 10010001 1111111 0 1100 10111 100011 11100 10001 111001

Color Harmonies of #A5917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5917F

Black with #A5917F

Text Example


Text Example

White with #A5917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5917F; }

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

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

background-color css

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

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

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

border-color css

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

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

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