Html Css Color HEX #AEAB4C Brass

📋 copy color: '#AEAB4C'

red 174 ◦ green 171 ◦ blue 76

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

Shades of Brass #AEAB4C

Tints of Brass #AEAB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.05%

R = 41.33%
G = 40.62%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AEAB4C (or 0xAEAB4C) is known color: Brass. HEX triplet: AE, AB and 4C. RGB value is (174,171,76). Sum of RGB (Red+Green+Blue) = 174+171+76=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAB4C is #5154B3. Grayscale: #A1A1A1. Windows color (decimal): -5330100 or 5024686. OLE color: 5024686.

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

Color convert

RGB 174 171 76 -
CMYK 0 0.02 0.56 0.32
HSL 58.16º 0.39% 0.49% -
HSV(B) 58.16º 0.56% 0.68% -
XYZ 33.32 38.65 12.54 -
YUV 161.07 79.99 137.22 -
System Red Green Blue C M Y K H S L
Decimal 174 171 76 0 0.02 0.56 0.32 58.16 0.39 0.49
Hex AE AB 4C 0 2 38 20 3A 27 31
Octal 256 253 114 0 2 70 40 72 47 61
Binary 10101110 10101011 1001100 0 10 111000 100000 111010 100111 110001

Color Harmonies of #AEAB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB4C

Black with #AEAB4C

Text Example


Text Example

White with #AEAB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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