Html Css Color HEX #AAA54B Brass

📋 copy color: '#AAA54B'

red 170 ◦ green 165 ◦ blue 75

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

Shades of Brass #AAA54B

Tints of Brass #AAA54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.29%

R = 41.46%
G = 40.24%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AAA54B (or 0xAAA54B) is known color: Brass. HEX triplet: AA, A5 and 4B. RGB value is (170,165,75). Sum of RGB (Red+Green+Blue) = 170+165+75=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA54B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA54B is #555AB4. Grayscale: #9C9C9C. Windows color (decimal): -5593781 or 4957610. OLE color: 4957610.

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

Color convert

RGB 170 165 75 -
CMYK 0 0.03 0.56 0.33
HSL 56.84º 0.39% 0.48% -
HSV(B) 56.84º 0.56% 0.67% -
XYZ 31.3 35.96 11.95 -
YUV 156.24 82.16 137.82 -
System Red Green Blue C M Y K H S L
Decimal 170 165 75 0 0.03 0.56 0.33 56.84 0.39 0.48
Hex AA A5 4B 0 3 38 21 39 27 30
Octal 252 245 113 0 3 70 41 71 47 60
Binary 10101010 10100101 1001011 0 11 111000 100001 111001 100111 110000

Color Harmonies of #AAA54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA54B

Black with #AAA54B

Text Example


Text Example

White with #AAA54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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