Html Css Color HEX #AEA236 Brass

📋 copy color: '#AEA236'

red 174 ◦ green 162 ◦ blue 54

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

Shades of Brass #AEA236

Tints of Brass #AEA236

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.54%

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

R = 44.62%
G = 41.54%
B = 13.85%

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

#AEA236 (or 0xAEA236) is known color: Brass. HEX triplet: AE, A2 and 36. RGB value is (174,162,54). Sum of RGB (Red+Green+Blue) = 174+162+54=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA236 is #515DC9. Grayscale: #999999. Windows color (decimal): -5332426 or 3580590. OLE color: 3580590.

HSL color Cylindrical-coordinate representation of color #AEA236: hue angle of 54º 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 #AEA236 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 162 54 -
CMYK 0 0.07 0.69 0.32
HSL 54º 0.53% 0.45% -
HSV(B) 54º 0.69% 0.68% -
XYZ 31.04 35.11 8.63 -
YUV 153.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 174 162 54 0 0.07 0.69 0.32 54 0.53 0.45
Hex AE A2 36 0 7 45 20 36 35 2D
Octal 256 242 66 0 7 105 40 66 65 55
Binary 10101110 10100010 110110 0 111 1000101 100000 110110 110101 101101

Color Harmonies of #AEA236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA236

Black with #AEA236

Text Example


Text Example

White with #AEA236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA236; }

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

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

background-color css

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

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

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

border-color css

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

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

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