Html Css Color HEX #AAA33E Brass

📋 copy color: '#AAA33E'

red 170 ◦ green 163 ◦ blue 62

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

Shades of Brass #AAA33E

Tints of Brass #AAA33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.7%

R = 43.04%
G = 41.27%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AAA33E (or 0xAAA33E) is known color: Brass. HEX triplet: AA, A3 and 3E. RGB value is (170,163,62). Sum of RGB (Red+Green+Blue) = 170+163+62=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA33E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA33E is #555CC1. Grayscale: #999999. Windows color (decimal): -5594306 or 4105130. OLE color: 4105130.

HSL color Cylindrical-coordinate representation of color #AAA33E: hue angle of 56.11º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAA33E is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 163 62 -
CMYK 0 0.04 0.64 0.33
HSL 56.11º 0.47% 0.45% -
HSV(B) 56.11º 0.64% 0.67% -
XYZ 30.54 35.09 9.72 -
YUV 153.58 76.32 139.71 -
System Red Green Blue C M Y K H S L
Decimal 170 163 62 0 0.04 0.64 0.33 56.11 0.47 0.45
Hex AA A3 3E 0 4 40 21 38 2F 2D
Octal 252 243 76 0 4 100 41 70 57 55
Binary 10101010 10100011 111110 0 100 1000000 100001 111000 101111 101101

Color Harmonies of #AAA33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA33E

Black with #AAA33E

Text Example


Text Example

White with #AAA33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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