Html Css Color HEX #AF947F Sandrift

📋 copy color: '#AF947F'

red 175 ◦ green 148 ◦ blue 127

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

Shades of Sandrift #AF947F

Tints of Sandrift #AF947F

RGB

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

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

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

R = 38.89%
G = 32.89%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF947F (or 0xAF947F) is known color: Sandrift. HEX triplet: AF, 94 and 7F. RGB value is (175,148,127). Sum of RGB (Red+Green+Blue) = 175+148+127=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF947F is #506B80. Grayscale: #999999. Windows color (decimal): -5270401 or 8361135. OLE color: 8361135.

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

Color convert

RGB 175 148 127 -
CMYK 0 0.15 0.27 0.31
HSL 26.25º 0.23% 0.59% -
HSV(B) 26.25º 0.27% 0.69% -
XYZ 32.1 31.83 24.53 -
YUV 153.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 175 148 127 0 0.15 0.27 0.31 26.25 0.23 0.59
Hex AF 94 7F 0 F 1B 1F 1A 17 3B
Octal 257 224 177 0 17 33 37 32 27 73
Binary 10101111 10010100 1111111 0 1111 11011 11111 11010 10111 111011

Color Harmonies of #AF947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF947F

Black with #AF947F

Text Example


Text Example

White with #AF947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF947F; }

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

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

background-color css

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

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

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

border-color css

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

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

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