Html Css Color HEX #AEA334 Brass

📋 copy color: '#AEA334'

red 174 ◦ green 163 ◦ blue 52

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

Shades of Brass #AEA334

Tints of Brass #AEA334

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.9%

 BLUE value IS 52 (20.7% from 255) = 13.37%

R = 44.73%
G = 41.9%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AEA334 (or 0xAEA334) is known color: Brass. HEX triplet: AE, A3 and 34. RGB value is (174,163,52). Sum of RGB (Red+Green+Blue) = 174+163+52=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA334 is #515CCB. Grayscale: #9A9A9A. Windows color (decimal): -5332172 or 3449774. OLE color: 3449774.

HSL color Cylindrical-coordinate representation of color #AEA334: hue angle of 54.59º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AEA334 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 163 52 -
CMYK 0 0.06 0.70 0.32
HSL 54.59º 0.54% 0.44% -
HSV(B) 54.59º 0.7% 0.68% -
XYZ 31.17 35.44 8.45 -
YUV 153.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 174 163 52 0 0.06 0.70 0.32 54.59 0.54 0.44
Hex AE A3 34 0 6 46 20 37 36 2C
Octal 256 243 64 0 6 106 40 67 66 54
Binary 10101110 10100011 110100 0 110 1000110 100000 110111 110110 101100

Color Harmonies of #AEA334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA334

Black with #AEA334

Text Example


Text Example

White with #AEA334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA334; }

 p { color: rgb(174,163,52); }

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

background-color css

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

 a { background-color: rgb(174,163,52); }

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

border-color css

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

 span { border-color: rgb(174,163,52); }

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