#AFA633

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

Shades of Brass #AFA633

Tints of Brass #AFA633

Color information

#AFA633 (or 0xAFA633) is unknown color: approx Brass. HEX triplet: AF, A6 and 33. RGB value is (175,166,51). Sum of RGB (Red+Green+Blue) = 175+166+51=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA633 is #5059CC. Grayscale: #9C9C9C. Windows color (decimal): -5265869 or 3385007. OLE color: 3385007.

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

Color convert

RGB17516651-
CMYK00.050.710.31
HSL55.65º54.87%44.31%-
HSV(B)55.65º70.86%68.63%-
XYZ31.9136.638.52-
YUV155.5868.98141.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 51 (20.31% from 255) = 13.01%
R=44.64%
G=42.35%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751665100.050.710.3155.6554.8744.31
HexAFA63305471F38372c
Octal257246630510737706754
Binary10101111101001101100110101100011111111111000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA633; }

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

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

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

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

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

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

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

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