#AF9326

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

Shades of Sahara #AF9326

Tints of Sahara #AF9326

Color information

#AF9326 (or 0xAF9326) is unknown color: approx Sahara. HEX triplet: AF, 93 and 26. RGB value is (175,147,38). Sum of RGB (Red+Green+Blue) = 175+147+38=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9326 is #506CD9. Grayscale: #8F8F8F. Windows color (decimal): -5270746 or 2528175. OLE color: 2528175.

HSL color Cylindrical-coordinate representation of color #AF9326: hue angle of 47.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF9326 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17514738-
CMYK00.160.780.31
HSL47.74º64.32%41.76%-
HSV(B)47.74º78.29%68.63%-
XYZ28.4630.126.15-
YUV142.9568.78150.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 38 (15.23% from 255) = 10.56%
R=48.61%
G=40.83%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751473800.160.780.3147.7464.3241.76
HexAF93260104E1F30402a
Octal25722346020116376010052
Binary10101111100100111001100100001001110111111100001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9326; }

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

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

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

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

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

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

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

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