Html Css Color HEX #AFB040 Brass

📋 copy color: '#AFB040'

red 175 ◦ green 176 ◦ blue 64

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

Shades of Brass #AFB040

Tints of Brass #AFB040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.41%

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

R = 42.17%
G = 42.41%
B = 15.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AFB040 (or 0xAFB040) is known color: Brass. HEX triplet: AF, B0 and 40. RGB value is (175,176,64). Sum of RGB (Red+Green+Blue) = 175+176+64=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB040 is #504FBF. Grayscale: #A3A3A3. Windows color (decimal): -5263296 or 4239535. OLE color: 4239535.

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

Color convert

RGB 175 176 64 -
CMYK 0.01 0 0.64 0.31
HSL 60.54º 0.47% 0.47% -
HSV(B) 60.54º 0.64% 0.69% -
XYZ 34.13 40.53 10.88 -
YUV 162.93 72.17 136.61 -
System Red Green Blue C M Y K H S L
Decimal 175 176 64 0.01 0 0.64 0.31 60.54 0.47 0.47
Hex AF B0 40 1 0 40 1F 3D 2F 2F
Octal 257 260 100 1 0 100 37 75 57 57
Binary 10101111 10110000 1000000 1 0 1000000 11111 111101 101111 101111

Color Harmonies of #AFB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB040

Black with #AFB040

Text Example


Text Example

White with #AFB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB040; }

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

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

background-color css

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

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

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

border-color css

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

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

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