Html Css Color HEX #AEA53C Brass

📋 copy color: '#AEA53C'

red 174 ◦ green 165 ◦ blue 60

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

Shades of Brass #AEA53C

Tints of Brass #AEA53C

RGB

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

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

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

R = 43.61%
G = 41.35%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AEA53C (or 0xAEA53C) is known color: Brass. HEX triplet: AE, A5 and 3C. RGB value is (174,165,60). Sum of RGB (Red+Green+Blue) = 174+165+60=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA53C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA53C is #515AC3. Grayscale: #9C9C9C. Windows color (decimal): -5331652 or 3974574. OLE color: 3974574.

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

Color convert

RGB 174 165 60 -
CMYK 0 0.05 0.66 0.32
HSL 55.26º 0.49% 0.46% -
HSV(B) 55.26º 0.66% 0.68% -
XYZ 31.73 36.24 9.6 -
YUV 155.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 174 165 60 0 0.05 0.66 0.32 55.26 0.49 0.46
Hex AE A5 3C 0 5 42 20 37 31 2E
Octal 256 245 74 0 5 102 40 67 61 56
Binary 10101110 10100101 111100 0 101 1000010 100000 110111 110001 101110

Color Harmonies of #AEA53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA53C

Black with #AEA53C

Text Example


Text Example

White with #AEA53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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