Html Css Color HEX #AAAF33 Brass

📋 copy color: '#AAAF33'

red 170 ◦ green 175 ◦ blue 51

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

Shades of Brass #AAAF33

Tints of Brass #AAAF33

RGB

 RED value IS 170 (66.8% from 255) = 42.93%

 GREEN value IS 175 (68.75% from 255) = 44.19%

 BLUE value IS 51 (20.31% from 255) = 12.88%

R = 42.93%
G = 44.19%
B = 12.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AAAF33 (or 0xAAAF33) is known color: Brass. HEX triplet: AA, AF and 33. RGB value is (170,175,51). Sum of RGB (Red+Green+Blue) = 170+175+51=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF33 is #5550CC. Grayscale: #9F9F9F. Windows color (decimal): -5591245 or 3387306. OLE color: 3387306.

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

Color convert

RGB 170 175 51 -
CMYK 0.03 0 0.71 0.31
HSL 62.42º 0.55% 0.44% -
HSV(B) 62.42º 0.71% 0.69% -
XYZ 32.51 39.45 9.03 -
YUV 159.37 66.84 135.58 -
System Red Green Blue C M Y K H S L
Decimal 170 175 51 0.03 0 0.71 0.31 62.42 0.55 0.44
Hex AA AF 33 3 0 47 1F 3E 37 2C
Octal 252 257 63 3 0 107 37 76 67 54
Binary 10101010 10101111 110011 11 0 1000111 11111 111110 110111 101100

Color Harmonies of #AAAF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF33

Black with #AAAF33

Text Example


Text Example

White with #AAAF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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