#af9226

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

Shades of Sahara #AF9226

Tints of Sahara #AF9226

Color information

#AF9226 (or 0xAF9226) is unknown color: approx Sahara. HEX triplet: AF, 92 and 26. RGB value is (175,146,38). Sum of RGB (Red+Green+Blue) = 175+146+38=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9226 is #506DD9. Grayscale: #8E8E8E. Windows color (decimal): -5271002 or 2527919. OLE color: 2527919.

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

Color convert

RGB17514638-
CMYK00.170.780.31
HSL47.3º64.32%41.76%-
HSV(B)47.3º78.29%68.63%-
XYZ28.3129.816.1-
YUV142.3669.11151.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 38 (15.23% from 255) = 10.58%
R=48.75%
G=40.67%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751463800.170.780.3147.364.3241.76
HexAF92260114E1F2f402a
Octal25722246021116375710052
Binary10101111100100101001100100011001110111111011111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af9226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af9226; }

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

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

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

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

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

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

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

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