#AFA34B

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

Shades of Brass #AFA34B

Tints of Brass #AFA34B

Color information

#AFA34B (or 0xAFA34B) is unknown color: approx Brass. HEX triplet: AF, A3 and 4B. RGB value is (175,163,75). Sum of RGB (Red+Green+Blue) = 175+163+75=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA34B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA34B is #505CB4. Grayscale: #9C9C9C. Windows color (decimal): -5266613 or 4957103. OLE color: 4957103.

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

Color convert

RGB17516375-
CMYK00.070.570.31
HSL52.8º40%49.02%-
HSV(B)52.8º57.14%68.63%-
XYZ32.0535.8211.88-
YUV156.5681.98141.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 163 (64.06% from 255) = 39.47%
BLUE value IS 75 (29.69% from 255) = 18.16%
R=42.37%
G=39.47%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751637500.070.570.3152.84049.02
HexAFA34B07391F352831
Octal257243113077137655061
Binary10101111101000111001011011111100111111110101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA34B; }

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

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

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

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

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

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

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

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