#AF972F

Color #AF972F Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #AF972F

Tints of Sahara #AF972F

Color information

#AF972F (or 0xAF972F) is unknown color: approx Sahara. HEX triplet: AF, 97 and 2F. RGB value is (175,151,47). Sum of RGB (Red+Green+Blue) = 175+151+47=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF972F is #5068D0. Grayscale: #929292. Windows color (decimal): -5269713 or 3119023. OLE color: 3119023.

HSL color Cylindrical-coordinate representation of color #AF972F: hue angle of 48.75º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF972F is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17515147-
CMYK00.140.730.31
HSL48.75º57.66%43.53%-
HSV(B)48.75º73.14%68.63%-
XYZ29.2631.457.22-
YUV146.3271.95148.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 151 (59.38% from 255) = 40.48%
BLUE value IS 47 (18.75% from 255) = 12.60%
R=46.92%
G=40.48%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751514700.140.730.3148.7557.6643.53
HexAF972F0E491F313a2c
Octal2572275701611137617254
Binary101011111001011110111101110100100111111110001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF972F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF972F; }

 p { color: rgb(175,151,47); }

 H1.HeaderClassName
 {
   color: #AF972F;
 }
 .AnyTagClassName
 {
   color: #AF972F;
 }
</style>
background-color css

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

 a { background-color: rgb(175,151,47); }

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

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

 span { border-color: rgb(175,151,47); }

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