Html Css Color HEX #AFA040 Brass

📋 copy color: '#AFA040'

red 175 ◦ green 160 ◦ blue 64

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

Shades of Brass #AFA040

Tints of Brass #AFA040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.04%

R = 43.86%
G = 40.1%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AFA040 (or 0xAFA040) is known color: Brass. HEX triplet: AF, A0 and 40. RGB value is (175,160,64). Sum of RGB (Red+Green+Blue) = 175+160+64=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA040 is #505FBF. Grayscale: #999999. Windows color (decimal): -5267392 or 4235439. OLE color: 4235439.

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

Color convert

RGB 175 160 64 -
CMYK 0 0.09 0.63 0.31
HSL 51.89º 0.46% 0.47% -
HSV(B) 51.89º 0.63% 0.69% -
XYZ 31.18 34.63 9.89 -
YUV 153.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 175 160 64 0 0.09 0.63 0.31 51.89 0.46 0.47
Hex AF A0 40 0 9 3F 1F 34 2E 2F
Octal 257 240 100 0 11 77 37 64 56 57
Binary 10101111 10100000 1000000 0 1001 111111 11111 110100 101110 101111

Color Harmonies of #AFA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA040

Black with #AFA040

Text Example


Text Example

White with #AFA040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA040; }

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

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

background-color css

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

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

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

border-color css

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

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

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