Html Css Color HEX #AFA037 Brass

📋 copy color: '#AFA037'

red 175 ◦ green 160 ◦ blue 55

#AFA037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #AFA037

Tints of Brass #AFA037

RGB

 RED value IS 175 (68.75% from 255) = 44.87%

 GREEN value IS 160 (62.89% from 255) = 41.03%

 BLUE value IS 55 (21.88% from 255) = 14.1%

R = 44.87%
G = 41.03%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AFA037 (or 0xAFA037) is known color: Brass. HEX triplet: AF, A0 and 37. RGB value is (175,160,55). Sum of RGB (Red+Green+Blue) = 175+160+55=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA037 is #505FC8. Grayscale: #989898. Windows color (decimal): -5267401 or 3645615. OLE color: 3645615.

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

Color convert

RGB 175 160 55 -
CMYK 0 0.09 0.69 0.31
HSL 52.5º 0.52% 0.45% -
HSV(B) 52.5º 0.69% 0.69% -
XYZ 30.94 34.53 8.65 -
YUV 152.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 175 160 55 0 0.09 0.69 0.31 52.5 0.52 0.45
Hex AF A0 37 0 9 45 1F 34 34 2D
Octal 257 240 67 0 11 105 37 64 64 55
Binary 10101111 10100000 110111 0 1001 1000101 11111 110100 110100 101101

Color Harmonies of #AFA037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA037

Black with #AFA037

Text Example


Text Example

White with #AFA037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA037; }

 p { color: rgb(175,160,55); }

 H1.HeaderClassName
 {
   color: #AFA037;
 }
 .AnyTagClassName
 {
   color: #AFA037;
 }
</style>

background-color css

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

 a { background-color: rgb(175,160,55); }

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

border-color css

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

 span { border-color: rgb(175,160,55); }

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