Html Css Color HEX #AEAB34 Brass

📋 copy color: '#AEAB34'

red 174 ◦ green 171 ◦ blue 52

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

Shades of Brass #AEAB34

Tints of Brass #AEAB34

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.07%

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

R = 43.83%
G = 43.07%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AEAB34 (or 0xAEAB34) is known color: Brass. HEX triplet: AE, AB and 34. RGB value is (174,171,52). Sum of RGB (Red+Green+Blue) = 174+171+52=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB34 is #5154CB. Grayscale: #9E9E9E. Windows color (decimal): -5330124 or 3451822. OLE color: 3451822.

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

Color convert

RGB 174 171 52 -
CMYK 0 0.02 0.70 0.32
HSL 58.52º 0.54% 0.44% -
HSV(B) 58.52º 0.7% 0.68% -
XYZ 32.64 38.37 8.94 -
YUV 158.33 67.99 139.18 -
System Red Green Blue C M Y K H S L
Decimal 174 171 52 0 0.02 0.70 0.32 58.52 0.54 0.44
Hex AE AB 34 0 2 46 20 3B 36 2C
Octal 256 253 64 0 2 106 40 73 66 54
Binary 10101110 10101011 110100 0 10 1000110 100000 111011 110110 101100

Color Harmonies of #AEAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB34

Black with #AEAB34

Text Example


Text Example

White with #AEAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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