#afa135

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

Shades of Brass #AFA135

Tints of Brass #AFA135

Color information

#AFA135 (or 0xAFA135) is unknown color: approx Brass. HEX triplet: AF, A1 and 35. RGB value is (175,161,53). Sum of RGB (Red+Green+Blue) = 175+161+53=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA135 is #505ECA. Grayscale: #999999. Windows color (decimal): -5267147 or 3514799. OLE color: 3514799.

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

Color convert

RGB17516153-
CMYK00.080.700.31
HSL53.11º53.51%44.71%-
HSV(B)53.11º69.71%68.63%-
XYZ31.0734.868.46-
YUV152.8771.64143.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 161 (63.28% from 255) = 41.39%
BLUE value IS 53 (21.09% from 255) = 13.62%
R=44.99%
G=41.39%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751615300.080.700.3153.1153.5144.71
HexAFA13508461F35362d
Octal2572416501010637656655
Binary101011111010000111010101000100011011111110101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afa135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afa135; }

 p { color: rgb(175,161,53); }

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

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

 a { background-color: rgb(175,161,53); }

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

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

 span { border-color: rgb(175,161,53); }

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