Html Css Color HEX #AEA136 Brass

📋 copy color: '#AEA136'

red 174 ◦ green 161 ◦ blue 54

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

Shades of Brass #AEA136

Tints of Brass #AEA136

RGB

 RED value IS 174 (68.36% from 255) = 44.73%

 GREEN value IS 161 (63.28% from 255) = 41.39%

 BLUE value IS 54 (21.48% from 255) = 13.88%

R = 44.73%
G = 41.39%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AEA136 (or 0xAEA136) is known color: Brass. HEX triplet: AE, A1 and 36. RGB value is (174,161,54). Sum of RGB (Red+Green+Blue) = 174+161+54=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 54 (21.48% from 255 or 13.88% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA136 is #515EC9. Grayscale: #999999. Windows color (decimal): -5332682 or 3580334. OLE color: 3580334.

HSL color Cylindrical-coordinate representation of color #AEA136: hue angle of 53.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEA136 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 161 54 -
CMYK 0 0.07 0.69 0.32
HSL 53.5º 0.53% 0.45% -
HSV(B) 53.5º 0.69% 0.68% -
XYZ 30.87 34.75 8.57 -
YUV 152.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 174 161 54 0 0.07 0.69 0.32 53.5 0.53 0.45
Hex AE A1 36 0 7 45 20 36 35 2D
Octal 256 241 66 0 7 105 40 66 65 55
Binary 10101110 10100001 110110 0 111 1000101 100000 110110 110101 101101

Color Harmonies of #AEA136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA136

Black with #AEA136

Text Example


Text Example

White with #AEA136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA136; }

 p { color: rgb(174,161,54); }

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

background-color css

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

 a { background-color: rgb(174,161,54); }

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

border-color css

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

 span { border-color: rgb(174,161,54); }

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