Html Css Color HEX #AEAB3C Brass

📋 copy color: '#AEAB3C'

red 174 ◦ green 171 ◦ blue 60

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

Shades of Brass #AEAB3C

Tints of Brass #AEAB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.81%

R = 42.96%
G = 42.22%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AEAB3C (or 0xAEAB3C) is known color: Brass. HEX triplet: AE, AB and 3C. RGB value is (174,171,60). Sum of RGB (Red+Green+Blue) = 174+171+60=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB3C is #5154C3. Grayscale: #9F9F9F. Windows color (decimal): -5330116 or 3976110. OLE color: 3976110.

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

Color convert

RGB 174 171 60 -
CMYK 0 0.02 0.66 0.32
HSL 58.42º 0.49% 0.46% -
HSV(B) 58.42º 0.66% 0.68% -
XYZ 32.83 38.45 9.97 -
YUV 159.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 174 171 60 0 0.02 0.66 0.32 58.42 0.49 0.46
Hex AE AB 3C 0 2 42 20 3A 31 2E
Octal 256 253 74 0 2 102 40 72 61 56
Binary 10101110 10101011 111100 0 10 1000010 100000 111010 110001 101110

Color Harmonies of #AEAB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB3C

Black with #AEAB3C

Text Example


Text Example

White with #AEAB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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