Html Css Color HEX #AEA532 Brass

📋 copy color: '#AEA532'

red 174 ◦ green 165 ◦ blue 50

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

Shades of Brass #AEA532

Tints of Brass #AEA532

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.42%

 BLUE value IS 50 (19.92% from 255) = 12.85%

R = 44.73%
G = 42.42%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AEA532 (or 0xAEA532) is known color: Brass. HEX triplet: AE, A5 and 32. RGB value is (174,165,50). Sum of RGB (Red+Green+Blue) = 174+165+50=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA532 is #515ACD. Grayscale: #9B9B9B. Windows color (decimal): -5331662 or 3319214. OLE color: 3319214.

HSL color Cylindrical-coordinate representation of color #AEA532: hue angle of 55.65º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AEA532 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 165 50 -
CMYK 0 0.05 0.71 0.32
HSL 55.65º 0.55% 0.44% -
HSV(B) 55.65º 0.71% 0.68% -
XYZ 31.49 36.14 8.33 -
YUV 154.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 174 165 50 0 0.05 0.71 0.32 55.65 0.55 0.44
Hex AE A5 32 0 5 47 20 38 37 2C
Octal 256 245 62 0 5 107 40 70 67 54
Binary 10101110 10100101 110010 0 101 1000111 100000 111000 110111 101100

Color Harmonies of #AEA532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA532

Black with #AEA532

Text Example


Text Example

White with #AEA532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA532; }

 p { color: rgb(174,165,50); }

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

background-color css

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

 a { background-color: rgb(174,165,50); }

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

border-color css

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

 span { border-color: rgb(174,165,50); }

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