Html Css Color HEX #AAA83A Brass

📋 copy color: '#AAA83A'

red 170 ◦ green 168 ◦ blue 58

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

Shades of Brass #AAA83A

Tints of Brass #AAA83A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.42%

 BLUE value IS 58 (23.05% from 255) = 14.65%

R = 42.93%
G = 42.42%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAA83A (or 0xAAA83A) is known color: Brass. HEX triplet: AA, A8 and 3A. RGB value is (170,168,58). Sum of RGB (Red+Green+Blue) = 170+168+58=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA83A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA83A is #5557C5. Grayscale: #9C9C9C. Windows color (decimal): -5593030 or 3844266. OLE color: 3844266.

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

Color convert

RGB 170 168 58 -
CMYK 0 0.01 0.66 0.33
HSL 58.93º 0.49% 0.45% -
HSV(B) 58.93º 0.66% 0.67% -
XYZ 31.34 36.86 9.47 -
YUV 156.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 170 168 58 0 0.01 0.66 0.33 58.93 0.49 0.45
Hex AA A8 3A 0 1 42 21 3B 31 2D
Octal 252 250 72 0 1 102 41 73 61 55
Binary 10101010 10101000 111010 0 1 1000010 100001 111011 110001 101101

Color Harmonies of #AAA83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA83A

Black with #AAA83A

Text Example


Text Example

White with #AAA83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA83A; }

 p { color: rgb(170,168,58); }

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

background-color css

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

 a { background-color: rgb(170,168,58); }

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

border-color css

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

 span { border-color: rgb(170,168,58); }

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