#AFA33E

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

Shades of Brass #AFA33E

Tints of Brass #AFA33E

Color information

#AFA33E (or 0xAFA33E) is unknown color: approx Brass. HEX triplet: AF, A3 and 3E. RGB value is (175,163,62). Sum of RGB (Red+Green+Blue) = 175+163+62=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA33E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA33E is #505CC1. Grayscale: #9B9B9B. Windows color (decimal): -5266626 or 4105135. OLE color: 4105135.

HSL color Cylindrical-coordinate representation of color #AFA33E: hue angle of 53.63º 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 #AFA33E is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17516362-
CMYK00.070.650.31
HSL53.63º47.68%46.47%-
HSV(B)53.63º64.57%68.63%-
XYZ31.6535.669.77-
YUV155.0775.48142.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 163 (64.06% from 255) = 40.75%
BLUE value IS 62 (24.61% from 255) = 15.5%
R=43.75%
G=40.75%
B=15.5%

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
Decimal1751636200.070.650.3153.6347.6846.47
HexAFA33E07411F36302e
Octal257243760710137666056
Binary10101111101000111111100111100000111111110110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA33E; }

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

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

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

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

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

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

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

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