Html Css Color HEX #AAB13D Brass

📋 copy color: '#AAB13D'

red 170 ◦ green 177 ◦ blue 61

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

Shades of Brass #AAB13D

Tints of Brass #AAB13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.95%

R = 41.67%
G = 43.38%
B = 14.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AAB13D (or 0xAAB13D) is known color: Brass. HEX triplet: AA, B1 and 3D. RGB value is (170,177,61). Sum of RGB (Red+Green+Blue) = 170+177+61=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB13D is #554EC2. Grayscale: #A2A2A2. Windows color (decimal): -5590723 or 4043178. OLE color: 4043178.

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

Color convert

RGB 170 177 61 -
CMYK 0.04 0 0.66 0.31
HSL 63.62º 0.49% 0.47% -
HSV(B) 63.62º 0.66% 0.69% -
XYZ 33.14 40.33 10.45 -
YUV 161.68 71.18 133.93 -
System Red Green Blue C M Y K H S L
Decimal 170 177 61 0.04 0 0.66 0.31 63.62 0.49 0.47
Hex AA B1 3D 4 0 42 1F 40 31 2F
Octal 252 261 75 4 0 102 37 100 61 57
Binary 10101010 10110001 111101 100 0 1000010 11111 1000000 110001 101111

Color Harmonies of #AAB13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB13D

Black with #AAB13D

Text Example


Text Example

White with #AAB13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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