Html Css Color HEX #AAA538 Brass

📋 copy color: '#AAA538'

red 170 ◦ green 165 ◦ blue 56

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

Shades of Brass #AAA538

Tints of Brass #AAA538

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

 BLUE value IS 56 (22.27% from 255) = 14.32%

R = 43.48%
G = 42.2%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AAA538 (or 0xAAA538) is known color: Brass. HEX triplet: AA, A5 and 38. RGB value is (170,165,56). Sum of RGB (Red+Green+Blue) = 170+165+56=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA538 is #555AC7. Grayscale: #9A9A9A. Windows color (decimal): -5593800 or 3712426. OLE color: 3712426.

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

Color convert

RGB 170 165 56 -
CMYK 0 0.03 0.67 0.33
HSL 57.37º 0.5% 0.44% -
HSV(B) 57.37º 0.67% 0.67% -
XYZ 30.75 35.74 9.02 -
YUV 154.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 170 165 56 0 0.03 0.67 0.33 57.37 0.5 0.44
Hex AA A5 38 0 3 43 21 39 32 2C
Octal 252 245 70 0 3 103 41 71 62 54
Binary 10101010 10100101 111000 0 11 1000011 100001 111001 110010 101100

Color Harmonies of #AAA538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA538

Black with #AAA538

Text Example


Text Example

White with #AAA538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA538; }

 p { color: rgb(170,165,56); }

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

background-color css

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

 a { background-color: rgb(170,165,56); }

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

border-color css

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

 span { border-color: rgb(170,165,56); }

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