Html Css Color HEX #AEAC4C Brass

📋 copy color: '#AEAC4C'

red 174 ◦ green 172 ◦ blue 76

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

Shades of Brass #AEAC4C

Tints of Brass #AEAC4C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.76%

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

R = 41.23%
G = 40.76%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AEAC4C (or 0xAEAC4C) is known color: Brass. HEX triplet: AE, AC and 4C. RGB value is (174,172,76). Sum of RGB (Red+Green+Blue) = 174+172+76=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC4C is #5153B3. Grayscale: #A2A2A2. Windows color (decimal): -5329844 or 5024942. OLE color: 5024942.

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

Color convert

RGB 174 172 76 -
CMYK 0 0.01 0.56 0.32
HSL 58.78º 0.39% 0.49% -
HSV(B) 58.78º 0.56% 0.68% -
XYZ 33.51 39.03 12.6 -
YUV 161.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 174 172 76 0 0.01 0.56 0.32 58.78 0.39 0.49
Hex AE AC 4C 0 1 38 20 3B 27 31
Octal 256 254 114 0 1 70 40 73 47 61
Binary 10101110 10101100 1001100 0 1 111000 100000 111011 100111 110001

Color Harmonies of #AEAC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC4C

Black with #AEAC4C

Text Example


Text Example

White with #AEAC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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