Html Css Color HEX #AF917C Sandrift

📋 copy color: '#AF917C'

red 175 ◦ green 145 ◦ blue 124

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

Shades of Sandrift #AF917C

Tints of Sandrift #AF917C

RGB

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

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

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

R = 39.41%
G = 32.66%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF917C (or 0xAF917C) is known color: Sandrift. HEX triplet: AF, 91 and 7C. RGB value is (175,145,124). Sum of RGB (Red+Green+Blue) = 175+145+124=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF917C is #506E83. Grayscale: #979797. Windows color (decimal): -5271172 or 8163759. OLE color: 8163759.

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

Color convert

RGB 175 145 124 -
CMYK 0 0.17 0.29 0.31
HSL 24.71º 0.24% 0.59% -
HSV(B) 24.71º 0.29% 0.69% -
XYZ 31.44 30.82 23.36 -
YUV 151.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 175 145 124 0 0.17 0.29 0.31 24.71 0.24 0.59
Hex AF 91 7C 0 11 1D 1F 19 18 3B
Octal 257 221 174 0 21 35 37 31 30 73
Binary 10101111 10010001 1111100 0 10001 11101 11111 11001 11000 111011

Color Harmonies of #AF917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF917C

Black with #AF917C

Text Example


Text Example

White with #AF917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF917C; }

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

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

background-color css

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

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

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

border-color css

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

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

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