Html Css Color HEX #AAAB38 Brass

📋 copy color: '#AAAB38'

red 170 ◦ green 171 ◦ blue 56

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

Shades of Brass #AAAB38

Tints of Brass #AAAB38

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.07%

 BLUE value IS 56 (22.27% from 255) = 14.11%

R = 42.82%
G = 43.07%
B = 14.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AAAB38 (or 0xAAAB38) is known color: Brass. HEX triplet: AA, AB and 38. RGB value is (170,171,56). Sum of RGB (Red+Green+Blue) = 170+171+56=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB38 is #5554C7. Grayscale: #9E9E9E. Windows color (decimal): -5592264 or 3713962. OLE color: 3713962.

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

Color convert

RGB 170 171 56 -
CMYK 0.01 0 0.67 0.33
HSL 60.52º 0.51% 0.45% -
HSV(B) 60.52º 0.67% 0.67% -
XYZ 31.85 37.96 9.39 -
YUV 157.59 70.67 136.85 -
System Red Green Blue C M Y K H S L
Decimal 170 171 56 0.01 0 0.67 0.33 60.52 0.51 0.45
Hex AA AB 38 1 0 43 21 3D 33 2D
Octal 252 253 70 1 0 103 41 75 63 55
Binary 10101010 10101011 111000 1 0 1000011 100001 111101 110011 101101

Color Harmonies of #AAAB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB38

Black with #AAAB38

Text Example


Text Example

White with #AAAB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB38; }

 p { color: rgb(170,171,56); }

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

background-color css

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

 a { background-color: rgb(170,171,56); }

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

border-color css

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

 span { border-color: rgb(170,171,56); }

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