Html Css Color HEX #AEA03E Brass

📋 copy color: '#AEA03E'

red 174 ◦ green 160 ◦ blue 62

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

Shades of Brass #AEA03E

Tints of Brass #AEA03E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

 BLUE value IS 62 (24.61% from 255) = 15.66%

R = 43.94%
G = 40.4%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AEA03E (or 0xAEA03E) is known color: Brass. HEX triplet: AE, A0 and 3E. RGB value is (174,160,62). Sum of RGB (Red+Green+Blue) = 174+160+62=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA03E is #515FC1. Grayscale: #999999. Windows color (decimal): -5332930 or 4104366. OLE color: 4104366.

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

Color convert

RGB 174 160 62 -
CMYK 0 0.08 0.64 0.32
HSL 52.5º 0.47% 0.46% -
HSV(B) 52.5º 0.64% 0.68% -
XYZ 30.9 34.49 9.59 -
YUV 153.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 174 160 62 0 0.08 0.64 0.32 52.5 0.47 0.46
Hex AE A0 3E 0 8 40 20 34 2F 2E
Octal 256 240 76 0 10 100 40 64 57 56
Binary 10101110 10100000 111110 0 1000 1000000 100000 110100 101111 101110

Color Harmonies of #AEA03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA03E

Black with #AEA03E

Text Example


Text Example

White with #AEA03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA03E; }

 p { color: rgb(174,160,62); }

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

background-color css

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

 a { background-color: rgb(174,160,62); }

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

border-color css

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

 span { border-color: rgb(174,160,62); }

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