Html Css Color HEX #AAB13E Brass

📋 copy color: '#AAB13E'

red 170 ◦ green 177 ◦ blue 62

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

Shades of Brass #AAB13E

Tints of Brass #AAB13E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.28%

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

R = 41.56%
G = 43.28%
B = 15.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AAB13E (or 0xAAB13E) is known color: Brass. HEX triplet: AA, B1 and 3E. RGB value is (170,177,62). Sum of RGB (Red+Green+Blue) = 170+177+62=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB13E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB13E is #554EC1. Grayscale: #A2A2A2. Windows color (decimal): -5590722 or 4108714. OLE color: 4108714.

HSL color Cylindrical-coordinate representation of color #AAB13E: hue angle of 63.65º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAB13E is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 62 -
CMYK 0.04 0 0.65 0.31
HSL 63.65º 0.48% 0.47% -
HSV(B) 63.65º 0.65% 0.69% -
XYZ 33.17 40.34 10.6 -
YUV 161.8 71.68 133.85 -
System Red Green Blue C M Y K H S L
Decimal 170 177 62 0.04 0 0.65 0.31 63.65 0.48 0.47
Hex AA B1 3E 4 0 41 1F 40 30 2F
Octal 252 261 76 4 0 101 37 100 60 57
Binary 10101010 10110001 111110 100 0 1000001 11111 1000000 110000 101111

Color Harmonies of #AAB13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB13E

Black with #AAB13E

Text Example


Text Example

White with #AAB13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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