Html Css Color HEX #AEA54C Brass

📋 copy color: '#AEA54C'

red 174 ◦ green 165 ◦ blue 76

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

Shades of Brass #AEA54C

Tints of Brass #AEA54C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.76%

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

R = 41.93%
G = 39.76%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AEA54C (or 0xAEA54C) is known color: Brass. HEX triplet: AE, A5 and 4C. RGB value is (174,165,76). Sum of RGB (Red+Green+Blue) = 174+165+76=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA54C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA54C is #515AB3. Grayscale: #9D9D9D. Windows color (decimal): -5331636 or 5023150. OLE color: 5023150.

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

Color convert

RGB 174 165 76 -
CMYK 0 0.05 0.56 0.32
HSL 54.49º 0.39% 0.49% -
HSV(B) 54.49º 0.56% 0.68% -
XYZ 32.22 36.43 12.17 -
YUV 157.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 174 165 76 0 0.05 0.56 0.32 54.49 0.39 0.49
Hex AE A5 4C 0 5 38 20 36 27 31
Octal 256 245 114 0 5 70 40 66 47 61
Binary 10101110 10100101 1001100 0 101 111000 100000 110110 100111 110001

Color Harmonies of #AEA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA54C

Black with #AEA54C

Text Example


Text Example

White with #AEA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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