#AFA233

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

Shades of Brass #AFA233

Tints of Brass #AFA233

Color information

#AFA233 (or 0xAFA233) is unknown color: approx Brass. HEX triplet: AF, A2 and 33. RGB value is (175,162,51). Sum of RGB (Red+Green+Blue) = 175+162+51=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA233 is #505DCC. Grayscale: #999999. Windows color (decimal): -5266893 or 3383983. OLE color: 3383983.

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

Color convert

RGB17516251-
CMYK00.070.710.31
HSL53.71º54.87%44.31%-
HSV(B)53.71º70.86%68.63%-
XYZ31.235.198.28-
YUV153.2370.31143.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 162 (63.67% from 255) = 41.75%
BLUE value IS 51 (20.31% from 255) = 13.14%
R=45.10%
G=41.75%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751625100.070.710.3153.7154.8744.31
HexAFA23307471F36372c
Octal257242630710737666754
Binary10101111101000101100110111100011111111110110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA233; }

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

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

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

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

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

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

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

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