#AF9E2E

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

Shades of Sahara #AF9E2E

Tints of Sahara #AF9E2E

Color information

#AF9E2E (or 0xAF9E2E) is unknown color: approx Sahara. HEX triplet: AF, 9E and 2E. RGB value is (175,158,46). Sum of RGB (Red+Green+Blue) = 175+158+46=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9E2E is #5061D1. Grayscale: #969696. Windows color (decimal): -5267922 or 3055279. OLE color: 3055279.

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

Color convert

RGB17515846-
CMYK00.100.740.31
HSL52.09º58.37%43.33%-
HSV(B)52.09º73.71%68.63%-
XYZ30.433.767.5-
YUV150.3269.13145.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 158 (62.11% from 255) = 41.69%
BLUE value IS 46 (18.36% from 255) = 12.14%
R=46.17%
G=41.69%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751584600.100.740.3152.0958.3743.33
HexAF9E2E0A4A1F343a2b
Octal2572365601211237647253
Binary101011111001111010111001010100101011111110100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E2E; }

 p { color: rgb(175,158,46); }

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

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

 a { background-color: rgb(175,158,46); }

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

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

 span { border-color: rgb(175,158,46); }

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