Html Css Color HEX #AEAB36 Brass

📋 copy color: '#AEAB36'

red 174 ◦ green 171 ◦ blue 54

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

Shades of Brass #AEAB36

Tints of Brass #AEAB36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.53%

R = 43.61%
G = 42.86%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AEAB36 (or 0xAEAB36) is known color: Brass. HEX triplet: AE, AB and 36. RGB value is (174,171,54). Sum of RGB (Red+Green+Blue) = 174+171+54=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB36 is #5154C9. Grayscale: #9F9F9F. Windows color (decimal): -5330122 or 3582894. OLE color: 3582894.

HSL color Cylindrical-coordinate representation of color #AEAB36: hue angle of 58.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEAB36 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 171 54 -
CMYK 0 0.02 0.69 0.32
HSL 58.5º 0.53% 0.45% -
HSV(B) 58.5º 0.69% 0.68% -
XYZ 32.68 38.39 9.18 -
YUV 158.56 68.99 139.01 -
System Red Green Blue C M Y K H S L
Decimal 174 171 54 0 0.02 0.69 0.32 58.5 0.53 0.45
Hex AE AB 36 0 2 45 20 3A 35 2D
Octal 256 253 66 0 2 105 40 72 65 55
Binary 10101110 10101011 110110 0 10 1000101 100000 111010 110101 101101

Color Harmonies of #AEAB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB36

Black with #AEAB36

Text Example


Text Example

White with #AEAB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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