Html Css Color HEX #AAB335 Brass

📋 copy color: '#AAB335'

red 170 ◦ green 179 ◦ blue 53

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

Shades of Brass #AAB335

Tints of Brass #AAB335

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.53%

 BLUE value IS 53 (21.09% from 255) = 13.18%

R = 42.29%
G = 44.53%
B = 13.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#AAB335 (or 0xAAB335) is known color: Brass. HEX triplet: AA, B3 and 35. RGB value is (170,179,53). Sum of RGB (Red+Green+Blue) = 170+179+53=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB335 is #554CCA. Grayscale: #A2A2A2. Windows color (decimal): -5590219 or 3519402. OLE color: 3519402.

HSL color Cylindrical-coordinate representation of color #AAB335: hue angle of 64.29º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAB335 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 53 -
CMYK 0.05 0 0.70 0.30
HSL 64.29º 0.54% 0.45% -
HSV(B) 64.29º 0.7% 0.7% -
XYZ 33.34 41.04 9.53 -
YUV 161.95 66.52 133.75 -
System Red Green Blue C M Y K H S L
Decimal 170 179 53 0.05 0 0.70 0.30 64.29 0.54 0.45
Hex AA B3 35 5 0 46 1E 40 36 2D
Octal 252 263 65 5 0 106 36 100 66 55
Binary 10101010 10110011 110101 101 0 1000110 11110 1000000 110110 101101

Color Harmonies of #AAB335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB335

Black with #AAB335

Text Example


Text Example

White with #AAB335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB335; }

 p { color: rgb(170,179,53); }

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

background-color css

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

 a { background-color: rgb(170,179,53); }

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

border-color css

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

 span { border-color: rgb(170,179,53); }

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