#AFA236

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

Shades of Brass #AFA236

Tints of Brass #AFA236

Color information

#AFA236 (or 0xAFA236) is unknown color: approx Brass. HEX triplet: AF, A2 and 36. RGB value is (175,162,54). Sum of RGB (Red+Green+Blue) = 175+162+54=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA236 is #505DC9. Grayscale: #9A9A9A. Windows color (decimal): -5266890 or 3580591. OLE color: 3580591.

HSL color Cylindrical-coordinate representation of color #AFA236: hue angle of 53.55º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFA236 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17516254-
CMYK00.070.690.31
HSL53.55º52.84%44.9%-
HSV(B)53.55º69.14%68.63%-
XYZ31.2735.228.64-
YUV153.5771.81143.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 54 (21.48% from 255) = 13.81%
R=44.76%
G=41.43%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751625400.070.690.3153.5552.8444.9
HexAFA23607451F36352d
Octal257242660710537666555
Binary10101111101000101101100111100010111111110110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA236; }

 p { color: rgb(175,162,54); }

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

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

 a { background-color: rgb(175,162,54); }

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

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

 span { border-color: rgb(175,162,54); }

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