Html Css Color HEX #AEA73A Brass

📋 copy color: '#AEA73A'

red 174 ◦ green 167 ◦ blue 58

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

Shades of Brass #AEA73A

Tints of Brass #AEA73A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.85%

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

R = 43.61%
G = 41.85%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AEA73A (or 0xAEA73A) is known color: Brass. HEX triplet: AE, A7 and 3A. RGB value is (174,167,58). Sum of RGB (Red+Green+Blue) = 174+167+58=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA73A is #5158C5. Grayscale: #9D9D9D. Windows color (decimal): -5331142 or 3844014. OLE color: 3844014.

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

Color convert

RGB 174 167 58 -
CMYK 0 0.04 0.67 0.32
HSL 56.38º 0.5% 0.45% -
HSV(B) 56.38º 0.67% 0.68% -
XYZ 32.04 36.94 9.44 -
YUV 156.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 174 167 58 0 0.04 0.67 0.32 56.38 0.5 0.45
Hex AE A7 3A 0 4 43 20 38 32 2D
Octal 256 247 72 0 4 103 40 70 62 55
Binary 10101110 10100111 111010 0 100 1000011 100000 111000 110010 101101

Color Harmonies of #AEA73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA73A

Black with #AEA73A

Text Example


Text Example

White with #AEA73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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