Html Css Color HEX #AAA33B Brass

📋 copy color: '#AAA33B'

red 170 ◦ green 163 ◦ blue 59

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

Shades of Brass #AAA33B

Tints of Brass #AAA33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.05%

R = 43.37%
G = 41.58%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AAA33B (or 0xAAA33B) is known color: Brass. HEX triplet: AA, A3 and 3B. RGB value is (170,163,59). Sum of RGB (Red+Green+Blue) = 170+163+59=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA33B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA33B is #555CC4. Grayscale: #999999. Windows color (decimal): -5594309 or 3908522. OLE color: 3908522.

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

Color convert

RGB 170 163 59 -
CMYK 0 0.04 0.65 0.33
HSL 56.22º 0.48% 0.45% -
HSV(B) 56.22º 0.65% 0.67% -
XYZ 30.46 35.06 9.3 -
YUV 153.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 170 163 59 0 0.04 0.65 0.33 56.22 0.48 0.45
Hex AA A3 3B 0 4 41 21 38 30 2D
Octal 252 243 73 0 4 101 41 70 60 55
Binary 10101010 10100011 111011 0 100 1000001 100001 111000 110000 101101

Color Harmonies of #AAA33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA33B

Black with #AAA33B

Text Example


Text Example

White with #AAA33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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