Html Css Color HEX #AE9E37 Brass

📋 copy color: '#AE9E37'

red 174 ◦ green 158 ◦ blue 55

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

Shades of Brass #AE9E37

Tints of Brass #AE9E37

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.83%

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

R = 44.96%
G = 40.83%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE9E37 (or 0xAE9E37) is known color: Brass. HEX triplet: AE, 9E and 37. RGB value is (174,158,55). Sum of RGB (Red+Green+Blue) = 174+158+55=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E37 is #5161C8. Grayscale: #979797. Windows color (decimal): -5333449 or 3645102. OLE color: 3645102.

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

Color convert

RGB 174 158 55 -
CMYK 0 0.09 0.68 0.32
HSL 51.93º 0.52% 0.45% -
HSV(B) 51.93º 0.68% 0.68% -
XYZ 30.37 33.73 8.52 -
YUV 151.04 73.8 144.38 -
System Red Green Blue C M Y K H S L
Decimal 174 158 55 0 0.09 0.68 0.32 51.93 0.52 0.45
Hex AE 9E 37 0 9 44 20 34 34 2D
Octal 256 236 67 0 11 104 40 64 64 55
Binary 10101110 10011110 110111 0 1001 1000100 100000 110100 110100 101101

Color Harmonies of #AE9E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9E37

Black with #AE9E37

Text Example


Text Example

White with #AE9E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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