#AF8724

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

Shades of Nugget #AF8724

Tints of Nugget #AF8724

Color information

#AF8724 (or 0xAF8724) is unknown color: approx Nugget. HEX triplet: AF, 87 and 24. RGB value is (175,135,36). Sum of RGB (Red+Green+Blue) = 175+135+36=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8724 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8724 is #5078DB. Grayscale: #888888. Windows color (decimal): -5273820 or 2394031. OLE color: 2394031.

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

Color convert

RGB17513536-
CMYK00.230.790.31
HSL42.73º65.88%41.37%-
HSV(B)42.73º79.43%68.63%-
XYZ26.6626.575.39-
YUV135.6771.75156.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.58%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 36 (14.45% from 255) = 10.40%
R=50.58%
G=39.02%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751353600.230.790.3142.7365.8841.37
HexAF87240174F1F2b4229
Octal25720744027117375310251
Binary10101111100001111001000101111001111111111010111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8724; }

 p { color: rgb(175,135,36); }

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

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

 a { background-color: rgb(175,135,36); }

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

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

 span { border-color: rgb(175,135,36); }

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