#AF8C23

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

Shades of Sahara #AF8C23

Tints of Sahara #AF8C23

Color information

#AF8C23 (or 0xAF8C23) is unknown color: approx Sahara. HEX triplet: AF, 8C and 23. RGB value is (175,140,35). Sum of RGB (Red+Green+Blue) = 175+140+35=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C23 is #5073DC. Grayscale: #8A8A8A. Windows color (decimal): -5272541 or 2329775. OLE color: 2329775.

HSL color Cylindrical-coordinate representation of color #AF8C23: hue angle of 45º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF8C23 is Cyan = 0, Magento = 0.2, Yellow = 0.8 and Black (K on CMYK) = 0.31.

Color convert

RGB17514035-
CMYK00.20.80.31
HSL45º66.67%41.18%-
HSV(B)45º80%68.63%-
XYZ27.3627.995.55-
YUV138.569.6154.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 35 (14.06% from 255) = 10%
R=50%
G=40%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.8
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751403500.20.80.314566.6741.18
HexAF8C23014501F2d4329
Octal25721443024120375510351
Binary10101111100011001000110101001010000111111011011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C23; }

 p { color: rgb(175,140,35); }

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

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

 a { background-color: rgb(175,140,35); }

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

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

 span { border-color: rgb(175,140,35); }

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