Html Css Color HEX #AEA03F Brass

📋 copy color: '#AEA03F'

red 174 ◦ green 160 ◦ blue 63

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

Shades of Brass #AEA03F

Tints of Brass #AEA03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.87%

R = 43.83%
G = 40.3%
B = 15.87%

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

#AEA03F (or 0xAEA03F) is known color: Brass. HEX triplet: AE, A0 and 3F. RGB value is (174,160,63). Sum of RGB (Red+Green+Blue) = 174+160+63=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA03F is #515FC0. Grayscale: #999999. Windows color (decimal): -5332929 or 4169902. OLE color: 4169902.

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

Color convert

RGB 174 160 63 -
CMYK 0 0.08 0.64 0.32
HSL 52.43º 0.47% 0.46% -
HSV(B) 52.43º 0.64% 0.68% -
XYZ 30.92 34.5 9.73 -
YUV 153.13 77.14 142.89 -
System Red Green Blue C M Y K H S L
Decimal 174 160 63 0 0.08 0.64 0.32 52.43 0.47 0.46
Hex AE A0 3F 0 8 40 20 34 2F 2E
Octal 256 240 77 0 10 100 40 64 57 56
Binary 10101110 10100000 111111 0 1000 1000000 100000 110100 101111 101110

Color Harmonies of #AEA03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA03F

Black with #AEA03F

Text Example


Text Example

White with #AEA03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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