Html Css Color HEX #AEA834 Brass

📋 copy color: '#AEA834'

red 174 ◦ green 168 ◦ blue 52

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

Shades of Brass #AEA834

Tints of Brass #AEA834

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.64%

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

R = 44.16%
G = 42.64%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AEA834 (or 0xAEA834) is known color: Brass. HEX triplet: AE, A8 and 34. RGB value is (174,168,52). Sum of RGB (Red+Green+Blue) = 174+168+52=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA834 is #5157CB. Grayscale: #9D9D9D. Windows color (decimal): -5330892 or 3451054. OLE color: 3451054.

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

Color convert

RGB 174 168 52 -
CMYK 0 0.03 0.70 0.32
HSL 57.05º 0.54% 0.44% -
HSV(B) 57.05º 0.7% 0.68% -
XYZ 32.08 37.25 8.75 -
YUV 156.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 174 168 52 0 0.03 0.70 0.32 57.05 0.54 0.44
Hex AE A8 34 0 3 46 20 39 36 2C
Octal 256 250 64 0 3 106 40 71 66 54
Binary 10101110 10101000 110100 0 11 1000110 100000 111001 110110 101100

Color Harmonies of #AEA834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA834

Black with #AEA834

Text Example


Text Example

White with #AEA834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA834; }

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

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

background-color css

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

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

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

border-color css

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

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

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