Html Css Color HEX #AFAD40 Brass

📋 copy color: '#AFAD40'

red 175 ◦ green 173 ◦ blue 64

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

Shades of Brass #AFAD40

Tints of Brass #AFAD40

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.99%

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

R = 42.48%
G = 41.99%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AFAD40 (or 0xAFAD40) is known color: Brass. HEX triplet: AF, AD and 40. RGB value is (175,173,64). Sum of RGB (Red+Green+Blue) = 175+173+64=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAD40 is #5052BF. Grayscale: #A1A1A1. Windows color (decimal): -5264064 or 4238767. OLE color: 4238767.

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

Color convert

RGB 175 173 64 -
CMYK 0 0.01 0.63 0.31
HSL 58.92º 0.46% 0.47% -
HSV(B) 58.92º 0.63% 0.69% -
XYZ 33.55 39.37 10.68 -
YUV 161.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 175 173 64 0 0.01 0.63 0.31 58.92 0.46 0.47
Hex AF AD 40 0 1 3F 1F 3B 2E 2F
Octal 257 255 100 0 1 77 37 73 56 57
Binary 10101111 10101101 1000000 0 1 111111 11111 111011 101110 101111

Color Harmonies of #AFAD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAD40

Black with #AFAD40

Text Example


Text Example

White with #AFAD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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