#AF8821

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

Shades of Nugget #AF8821

Tints of Nugget #AF8821

Color information

#AF8821 (or 0xAF8821) is unknown color: approx Nugget. HEX triplet: AF, 88 and 21. RGB value is (175,136,33). Sum of RGB (Red+Green+Blue) = 175+136+33=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8821 is #5077DE. Grayscale: #888888. Windows color (decimal): -5273567 or 2197679. OLE color: 2197679.

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

Color convert

RGB17513633-
CMYK00.220.810.31
HSL43.52º68.27%40.78%-
HSV(B)43.52º81.14%68.63%-
XYZ26.7626.835.21-
YUV135.9269.92155.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 136 (53.52% from 255) = 39.53%
BLUE value IS 33 (13.28% from 255) = 9.59%
R=50.87%
G=39.53%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751363300.220.810.3143.5268.2740.78
HexAF8821016511F2c4429
Octal25721041026121375410451
Binary10101111100010001000010101101010001111111011001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8821; }

 p { color: rgb(175,136,33); }

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

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

 a { background-color: rgb(175,136,33); }

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

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

 span { border-color: rgb(175,136,33); }

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