Html Css Color HEX #AF947C Sandrift

📋 copy color: '#AF947C'

red 175 ◦ green 148 ◦ blue 124

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

Shades of Sandrift #AF947C

Tints of Sandrift #AF947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.11%

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

R = 39.15%
G = 33.11%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF947C (or 0xAF947C) is known color: Sandrift. HEX triplet: AF, 94 and 7C. RGB value is (175,148,124). Sum of RGB (Red+Green+Blue) = 175+148+124=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF947C is #506B83. Grayscale: #999999. Windows color (decimal): -5270404 or 8164527. OLE color: 8164527.

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

Color convert

RGB 175 148 124 -
CMYK 0 0.15 0.29 0.31
HSL 28.24º 0.24% 0.59% -
HSV(B) 28.24º 0.29% 0.69% -
XYZ 31.91 31.75 23.52 -
YUV 153.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 175 148 124 0 0.15 0.29 0.31 28.24 0.24 0.59
Hex AF 94 7C 0 F 1D 1F 1C 18 3B
Octal 257 224 174 0 17 35 37 34 30 73
Binary 10101111 10010100 1111100 0 1111 11101 11111 11100 11000 111011

Color Harmonies of #AF947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF947C

Black with #AF947C

Text Example


Text Example

White with #AF947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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