Html Css Color HEX #AFAA3A Brass

📋 copy color: '#AFAA3A'

red 175 ◦ green 170 ◦ blue 58

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

Shades of Brass #AFAA3A

Tints of Brass #AFAA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.39%

R = 43.42%
G = 42.18%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AFAA3A (or 0xAFAA3A) is known color: Brass. HEX triplet: AF, AA and 3A. RGB value is (175,170,58). Sum of RGB (Red+Green+Blue) = 175+170+58=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAA3A is #5055C5. Grayscale: #9F9F9F. Windows color (decimal): -5264838 or 3844783. OLE color: 3844783.

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

Color convert

RGB 175 170 58 -
CMYK 0 0.03 0.67 0.31
HSL 57.44º 0.5% 0.46% -
HSV(B) 57.44º 0.67% 0.69% -
XYZ 32.82 38.17 9.64 -
YUV 158.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 175 170 58 0 0.03 0.67 0.31 57.44 0.5 0.46
Hex AF AA 3A 0 3 43 1F 39 32 2E
Octal 257 252 72 0 3 103 37 71 62 56
Binary 10101111 10101010 111010 0 11 1000011 11111 111001 110010 101110

Color Harmonies of #AFAA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAA3A

Black with #AFAA3A

Text Example


Text Example

White with #AFAA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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