Html Css Color HEX #AAA64B Brass

📋 copy color: '#AAA64B'

red 170 ◦ green 166 ◦ blue 75

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

Shades of Brass #AAA64B

Tints of Brass #AAA64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.39%

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

R = 41.36%
G = 40.39%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AAA64B (or 0xAAA64B) is known color: Brass. HEX triplet: AA, A6 and 4B. RGB value is (170,166,75). Sum of RGB (Red+Green+Blue) = 170+166+75=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA64B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA64B is #5559B4. Grayscale: #9D9D9D. Windows color (decimal): -5593525 or 4957866. OLE color: 4957866.

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

Color convert

RGB 170 166 75 -
CMYK 0 0.02 0.56 0.33
HSL 57.47º 0.39% 0.48% -
HSV(B) 57.47º 0.56% 0.67% -
XYZ 31.48 36.33 12.01 -
YUV 156.82 81.83 137.4 -
System Red Green Blue C M Y K H S L
Decimal 170 166 75 0 0.02 0.56 0.33 57.47 0.39 0.48
Hex AA A6 4B 0 2 38 21 39 27 30
Octal 252 246 113 0 2 70 41 71 47 60
Binary 10101010 10100110 1001011 0 10 111000 100001 111001 100111 110000

Color Harmonies of #AAA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA64B

Black with #AAA64B

Text Example


Text Example

White with #AAA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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