Html Css Color HEX #AE9E3C Brass

📋 copy color: '#AE9E3C'

red 174 ◦ green 158 ◦ blue 60

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

Shades of Brass #AE9E3C

Tints of Brass #AE9E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.31%

R = 44.39%
G = 40.31%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE9E3C (or 0xAE9E3C) is known color: Brass. HEX triplet: AE, 9E and 3C. RGB value is (174,158,60). Sum of RGB (Red+Green+Blue) = 174+158+60=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E3C is #5161C3. Grayscale: #989898. Windows color (decimal): -5333444 or 3972782. OLE color: 3972782.

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

Color convert

RGB 174 158 60 -
CMYK 0 0.09 0.66 0.32
HSL 51.58º 0.49% 0.46% -
HSV(B) 51.58º 0.66% 0.68% -
XYZ 30.5 33.78 9.19 -
YUV 151.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 174 158 60 0 0.09 0.66 0.32 51.58 0.49 0.46
Hex AE 9E 3C 0 9 42 20 34 31 2E
Octal 256 236 74 0 11 102 40 64 61 56
Binary 10101110 10011110 111100 0 1001 1000010 100000 110100 110001 101110

Color Harmonies of #AE9E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9E3C

Black with #AE9E3C

Text Example


Text Example

White with #AE9E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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