Html Css Color HEX #AAA33D Brass

📋 copy color: '#AAA33D'

red 170 ◦ green 163 ◦ blue 61

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

Shades of Brass #AAA33D

Tints of Brass #AAA33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.48%

R = 43.15%
G = 41.37%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AAA33D (or 0xAAA33D) is known color: Brass. HEX triplet: AA, A3 and 3D. RGB value is (170,163,61). Sum of RGB (Red+Green+Blue) = 170+163+61=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA33D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA33D is #555CC2. Grayscale: #999999. Windows color (decimal): -5594307 or 4039594. OLE color: 4039594.

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

Color convert

RGB 170 163 61 -
CMYK 0 0.04 0.64 0.33
HSL 56.15º 0.47% 0.45% -
HSV(B) 56.15º 0.64% 0.67% -
XYZ 30.52 35.08 9.58 -
YUV 153.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 170 163 61 0 0.04 0.64 0.33 56.15 0.47 0.45
Hex AA A3 3D 0 4 40 21 38 2F 2D
Octal 252 243 75 0 4 100 41 70 57 55
Binary 10101010 10100011 111101 0 100 1000000 100001 111000 101111 101101

Color Harmonies of #AAA33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA33D

Black with #AAA33D

Text Example


Text Example

White with #AAA33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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