Html Css Color HEX #AF917F Sandrift

📋 copy color: '#AF917F'

red 175 ◦ green 145 ◦ blue 127

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

Shades of Sandrift #AF917F

Tints of Sandrift #AF917F

RGB

 RED value IS 175 (68.75% from 255) = 39.15%

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

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

R = 39.15%
G = 32.44%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF917F (or 0xAF917F) is known color: Sandrift. HEX triplet: AF, 91 and 7F. RGB value is (175,145,127). Sum of RGB (Red+Green+Blue) = 175+145+127=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF917F is #506E80. Grayscale: #989898. Windows color (decimal): -5271169 or 8360367. OLE color: 8360367.

HSL color Cylindrical-coordinate representation of color #AF917F: hue angle of 22.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF917F is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 145 127 -
CMYK 0 0.17 0.27 0.31
HSL 22.5º 0.23% 0.59% -
HSV(B) 22.5º 0.27% 0.69% -
XYZ 31.64 30.9 24.38 -
YUV 151.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 175 145 127 0 0.17 0.27 0.31 22.5 0.23 0.59
Hex AF 91 7F 0 11 1B 1F 16 17 3B
Octal 257 221 177 0 21 33 37 26 27 73
Binary 10101111 10010001 1111111 0 10001 11011 11111 10110 10111 111011

Color Harmonies of #AF917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF917F

Black with #AF917F

Text Example


Text Example

White with #AF917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF917F; }

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

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

background-color css

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

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

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

border-color css

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

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

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