Html Css Color HEX #AAA833 Brass

📋 copy color: '#AAA833'

red 170 ◦ green 168 ◦ blue 51

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

Shades of Brass #AAA833

Tints of Brass #AAA833

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.19%

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

R = 43.7%
G = 43.19%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AAA833 (or 0xAAA833) is known color: Brass. HEX triplet: AA, A8 and 33. RGB value is (170,168,51). Sum of RGB (Red+Green+Blue) = 170+168+51=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA833 is #5557CC. Grayscale: #9B9B9B. Windows color (decimal): -5593037 or 3385514. OLE color: 3385514.

HSL color Cylindrical-coordinate representation of color #AAA833: hue angle of 58.99º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAA833 is Cyan = 0, Magento = 0.01, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 51 -
CMYK 0 0.01 0.7 0.33
HSL 58.99º 0.54% 0.43% -
HSV(B) 58.99º 0.7% 0.67% -
XYZ 31.18 36.79 8.59 -
YUV 155.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 170 168 51 0 0.01 0.7 0.33 58.99 0.54 0.43
Hex AA A8 33 0 1 46 21 3B 36 2B
Octal 252 250 63 0 1 106 41 73 66 53
Binary 10101010 10101000 110011 0 1 1000110 100001 111011 110110 101011

Color Harmonies of #AAA833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA833

Black with #AAA833

Text Example


Text Example

White with #AAA833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA833; }

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

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

background-color css

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

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

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

border-color css

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

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

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