Html Css Color HEX #AE9E3A Brass

📋 copy color: '#AE9E3A'

red 174 ◦ green 158 ◦ blue 58

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

Shades of Brass #AE9E3A

Tints of Brass #AE9E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.87%

R = 44.62%
G = 40.51%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE9E3A (or 0xAE9E3A) is known color: Brass. HEX triplet: AE, 9E and 3A. RGB value is (174,158,58). Sum of RGB (Red+Green+Blue) = 174+158+58=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E3A is #5161C5. Grayscale: #979797. Windows color (decimal): -5333446 or 3841710. OLE color: 3841710.

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

Color convert

RGB 174 158 58 -
CMYK 0 0.09 0.67 0.32
HSL 51.72º 0.5% 0.45% -
HSV(B) 51.72º 0.67% 0.68% -
XYZ 30.45 33.76 8.91 -
YUV 151.38 75.3 144.13 -
System Red Green Blue C M Y K H S L
Decimal 174 158 58 0 0.09 0.67 0.32 51.72 0.5 0.45
Hex AE 9E 3A 0 9 43 20 34 32 2D
Octal 256 236 72 0 11 103 40 64 62 55
Binary 10101110 10011110 111010 0 1001 1000011 100000 110100 110010 101101

Color Harmonies of #AE9E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9E3A

Black with #AE9E3A

Text Example


Text Example

White with #AE9E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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