Html Css Color HEX #AEA337 Brass

📋 copy color: '#AEA337'

red 174 ◦ green 163 ◦ blue 55

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

Shades of Brass #AEA337

Tints of Brass #AEA337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.03%

R = 44.39%
G = 41.58%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AEA337 (or 0xAEA337) is known color: Brass. HEX triplet: AE, A3 and 37. RGB value is (174,163,55). Sum of RGB (Red+Green+Blue) = 174+163+55=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA337 is #515CC8. Grayscale: #9A9A9A. Windows color (decimal): -5332169 or 3646382. OLE color: 3646382.

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

Color convert

RGB 174 163 55 -
CMYK 0 0.06 0.68 0.32
HSL 54.45º 0.52% 0.45% -
HSV(B) 54.45º 0.68% 0.68% -
XYZ 31.24 35.47 8.81 -
YUV 153.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 174 163 55 0 0.06 0.68 0.32 54.45 0.52 0.45
Hex AE A3 37 0 6 44 20 36 34 2D
Octal 256 243 67 0 6 104 40 66 64 55
Binary 10101110 10100011 110111 0 110 1000100 100000 110110 110100 101101

Color Harmonies of #AEA337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA337

Black with #AEA337

Text Example


Text Example

White with #AEA337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA337; }

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

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

background-color css

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

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

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

border-color css

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

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

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