Html Css Color HEX #AE9C3A Brass

📋 copy color: '#AE9C3A'

red 174 ◦ green 156 ◦ blue 58

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

Shades of Brass #AE9C3A

Tints of Brass #AE9C3A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.21%

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

R = 44.85%
G = 40.21%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE9C3A (or 0xAE9C3A) is known color: Brass. HEX triplet: AE, 9C and 3A. RGB value is (174,156,58). Sum of RGB (Red+Green+Blue) = 174+156+58=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9C3A is #5163C5. Grayscale: #969696. Windows color (decimal): -5333958 or 3841198. OLE color: 3841198.

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

Color convert

RGB 174 156 58 -
CMYK 0 0.10 0.67 0.32
HSL 50.69º 0.5% 0.45% -
HSV(B) 50.69º 0.67% 0.68% -
XYZ 30.11 33.08 8.8 -
YUV 150.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 174 156 58 0 0.10 0.67 0.32 50.69 0.5 0.45
Hex AE 9C 3A 0 A 43 20 33 32 2D
Octal 256 234 72 0 12 103 40 63 62 55
Binary 10101110 10011100 111010 0 1010 1000011 100000 110011 110010 101101

Color Harmonies of #AE9C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9C3A

Black with #AE9C3A

Text Example


Text Example

White with #AE9C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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