Html Css Color HEX #AFAA40 Brass

📋 copy color: '#AFAA40'

red 175 ◦ green 170 ◦ blue 64

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

Shades of Brass #AFAA40

Tints of Brass #AFAA40

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.56%

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

R = 42.79%
G = 41.56%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AFAA40 (or 0xAFAA40) is known color: Brass. HEX triplet: AF, AA and 40. RGB value is (175,170,64). Sum of RGB (Red+Green+Blue) = 175+170+64=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAA40 is #5055BF. Grayscale: #9F9F9F. Windows color (decimal): -5264832 or 4237999. OLE color: 4237999.

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

Color convert

RGB 175 170 64 -
CMYK 0 0.03 0.63 0.31
HSL 57.3º 0.46% 0.47% -
HSV(B) 57.3º 0.63% 0.69% -
XYZ 32.98 38.23 10.49 -
YUV 159.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 175 170 64 0 0.03 0.63 0.31 57.3 0.46 0.47
Hex AF AA 40 0 3 3F 1F 39 2E 2F
Octal 257 252 100 0 3 77 37 71 56 57
Binary 10101111 10101010 1000000 0 11 111111 11111 111001 101110 101111

Color Harmonies of #AFAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA40

Black with #AFAA40

Text Example


Text Example

White with #AFAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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