Html Css Color HEX #AAA338 Brass

📋 copy color: '#AAA338'

red 170 ◦ green 163 ◦ blue 56

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

Shades of Brass #AAA338

Tints of Brass #AAA338

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.9%

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

R = 43.7%
G = 41.9%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AAA338 (or 0xAAA338) is known color: Brass. HEX triplet: AA, A3 and 38. RGB value is (170,163,56). Sum of RGB (Red+Green+Blue) = 170+163+56=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA338 is #555CC7. Grayscale: #999999. Windows color (decimal): -5594312 or 3711914. OLE color: 3711914.

HSL color Cylindrical-coordinate representation of color #AAA338: hue angle of 56.32º 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 #AAA338 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 163 56 -
CMYK 0 0.04 0.67 0.33
HSL 56.32º 0.5% 0.44% -
HSV(B) 56.32º 0.67% 0.67% -
XYZ 30.39 35.03 8.9 -
YUV 152.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 170 163 56 0 0.04 0.67 0.33 56.32 0.5 0.44
Hex AA A3 38 0 4 43 21 38 32 2C
Octal 252 243 70 0 4 103 41 70 62 54
Binary 10101010 10100011 111000 0 100 1000011 100001 111000 110010 101100

Color Harmonies of #AAA338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA338

Black with #AAA338

Text Example


Text Example

White with #AAA338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA338; }

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

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

background-color css

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

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

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

border-color css

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

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

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