Html Css Color HEX #AAA83D Brass

📋 copy color: '#AAA83D'

red 170 ◦ green 168 ◦ blue 61

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

Shades of Brass #AAA83D

Tints of Brass #AAA83D

RGB

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

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

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

R = 42.61%
G = 42.11%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AAA83D (or 0xAAA83D) is known color: Brass. HEX triplet: AA, A8 and 3D. RGB value is (170,168,61). Sum of RGB (Red+Green+Blue) = 170+168+61=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA83D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA83D is #5557C2. Grayscale: #9C9C9C. Windows color (decimal): -5593027 or 4040874. OLE color: 4040874.

HSL color Cylindrical-coordinate representation of color #AAA83D: hue angle of 58.9º 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 #AAA83D is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 61 -
CMYK 0 0.01 0.64 0.33
HSL 58.9º 0.47% 0.45% -
HSV(B) 58.9º 0.64% 0.67% -
XYZ 31.42 36.89 9.88 -
YUV 156.4 74.16 137.7 -
System Red Green Blue C M Y K H S L
Decimal 170 168 61 0 0.01 0.64 0.33 58.9 0.47 0.45
Hex AA A8 3D 0 1 40 21 3B 2F 2D
Octal 252 250 75 0 1 100 41 73 57 55
Binary 10101010 10101000 111101 0 1 1000000 100001 111011 101111 101101

Color Harmonies of #AAA83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA83D

Black with #AAA83D

Text Example


Text Example

White with #AAA83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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