Html Css Color HEX #AAA635 Brass

📋 copy color: '#AAA635'

red 170 ◦ green 166 ◦ blue 53

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

Shades of Brass #AAA635

Tints of Brass #AAA635

RGB

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

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

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

R = 43.7%
G = 42.67%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AAA635 (or 0xAAA635) is known color: Brass. HEX triplet: AA, A6 and 35. RGB value is (170,166,53). Sum of RGB (Red+Green+Blue) = 170+166+53=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA635 is #5559CA. Grayscale: #9A9A9A. Windows color (decimal): -5593547 or 3516074. OLE color: 3516074.

HSL color Cylindrical-coordinate representation of color #AAA635: hue angle of 57.95º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAA635 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 53 -
CMYK 0 0.02 0.69 0.33
HSL 57.95º 0.52% 0.44% -
HSV(B) 57.95º 0.69% 0.67% -
XYZ 30.86 36.08 8.71 -
YUV 154.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 170 166 53 0 0.02 0.69 0.33 57.95 0.52 0.44
Hex AA A6 35 0 2 45 21 3A 34 2C
Octal 252 246 65 0 2 105 41 72 64 54
Binary 10101010 10100110 110101 0 10 1000101 100001 111010 110100 101100

Color Harmonies of #AAA635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA635

Black with #AAA635

Text Example


Text Example

White with #AAA635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA635; }

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

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

background-color css

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

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

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

border-color css

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

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

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