Html Css Color HEX #AF937F Sandrift

📋 copy color: '#AF937F'

red 175 ◦ green 147 ◦ blue 127

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

Shades of Sandrift #AF937F

Tints of Sandrift #AF937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.74%

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

R = 38.98%
G = 32.74%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF937F (or 0xAF937F) is known color: Sandrift. HEX triplet: AF, 93 and 7F. RGB value is (175,147,127). Sum of RGB (Red+Green+Blue) = 175+147+127=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF937F is #506C80. Grayscale: #999999. Windows color (decimal): -5270657 or 8360879. OLE color: 8360879.

HSL color Cylindrical-coordinate representation of color #AF937F: hue angle of 25º 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 #AF937F is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 147 127 -
CMYK 0 0.16 0.27 0.31
HSL 25º 0.23% 0.59% -
HSV(B) 25º 0.27% 0.69% -
XYZ 31.94 31.51 24.48 -
YUV 153.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 175 147 127 0 0.16 0.27 0.31 25 0.23 0.59
Hex AF 93 7F 0 10 1B 1F 19 17 3B
Octal 257 223 177 0 20 33 37 31 27 73
Binary 10101111 10010011 1111111 0 10000 11011 11111 11001 10111 111011

Color Harmonies of #AF937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF937F

Black with #AF937F

Text Example


Text Example

White with #AF937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF937F; }

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

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

background-color css

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

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

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

border-color css

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

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

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