#AFA23E

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

Shades of Brass #AFA23E

Tints of Brass #AFA23E

Color information

#AFA23E (or 0xAFA23E) is unknown color: approx Brass. HEX triplet: AF, A2 and 3E. RGB value is (175,162,62). Sum of RGB (Red+Green+Blue) = 175+162+62=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA23E is #505DC1. Grayscale: #9A9A9A. Windows color (decimal): -5266882 or 4104879. OLE color: 4104879.

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

Color convert

RGB17516262-
CMYK00.070.650.31
HSL53.1º47.68%46.47%-
HSV(B)53.1º64.57%68.63%-
XYZ31.4735.39.71-
YUV154.4975.81142.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 62 (24.61% from 255) = 15.54%
R=43.86%
G=40.60%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751626200.070.650.3153.147.6846.47
HexAFA23E07411F35302e
Octal257242760710137656056
Binary10101111101000101111100111100000111111110101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA23E; }

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

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

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

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

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

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

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

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