Html Css Color HEX #AEA336 Brass

📋 copy color: '#AEA336'

red 174 ◦ green 163 ◦ blue 54

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

Shades of Brass #AEA336

Tints of Brass #AEA336

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

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

R = 44.5%
G = 41.69%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AEA336 (or 0xAEA336) is known color: Brass. HEX triplet: AE, A3 and 36. RGB value is (174,163,54). Sum of RGB (Red+Green+Blue) = 174+163+54=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA336 is #515CC9. Grayscale: #9A9A9A. Windows color (decimal): -5332170 or 3580846. OLE color: 3580846.

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

Color convert

RGB 174 163 54 -
CMYK 0 0.06 0.69 0.32
HSL 54.5º 0.53% 0.45% -
HSV(B) 54.5º 0.69% 0.68% -
XYZ 31.22 35.46 8.69 -
YUV 153.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 174 163 54 0 0.06 0.69 0.32 54.5 0.53 0.45
Hex AE A3 36 0 6 45 20 36 35 2D
Octal 256 243 66 0 6 105 40 66 65 55
Binary 10101110 10100011 110110 0 110 1000101 100000 110110 110101 101101

Color Harmonies of #AEA336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA336

Black with #AEA336

Text Example


Text Example

White with #AEA336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA336; }

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

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

background-color css

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

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

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

border-color css

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

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

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