Html Css Color HEX #AEA237 Brass

📋 copy color: '#AEA237'

red 174 ◦ green 162 ◦ blue 55

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

Shades of Brass #AEA237

Tints of Brass #AEA237

RGB

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

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

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

R = 44.5%
G = 41.43%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AEA237 (or 0xAEA237) is known color: Brass. HEX triplet: AE, A2 and 37. RGB value is (174,162,55). Sum of RGB (Red+Green+Blue) = 174+162+55=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA237 is #515DC8. Grayscale: #999999. Windows color (decimal): -5332425 or 3646126. OLE color: 3646126.

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

Color convert

RGB 174 162 55 -
CMYK 0 0.07 0.68 0.32
HSL 53.95º 0.52% 0.45% -
HSV(B) 53.95º 0.68% 0.68% -
XYZ 31.07 35.12 8.76 -
YUV 153.39 72.48 142.7 -
System Red Green Blue C M Y K H S L
Decimal 174 162 55 0 0.07 0.68 0.32 53.95 0.52 0.45
Hex AE A2 37 0 7 44 20 36 34 2D
Octal 256 242 67 0 7 104 40 66 64 55
Binary 10101110 10100010 110111 0 111 1000100 100000 110110 110100 101101

Color Harmonies of #AEA237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA237

Black with #AEA237

Text Example


Text Example

White with #AEA237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA237; }

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

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

background-color css

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

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

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

border-color css

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

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

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