Html Css Color HEX #AEA53A Brass

📋 copy color: '#AEA53A'

red 174 ◦ green 165 ◦ blue 58

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

Shades of Brass #AEA53A

Tints of Brass #AEA53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.61%

R = 43.83%
G = 41.56%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AEA53A (or 0xAEA53A) is known color: Brass. HEX triplet: AE, A5 and 3A. RGB value is (174,165,58). Sum of RGB (Red+Green+Blue) = 174+165+58=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA53A is #515AC5. Grayscale: #9B9B9B. Windows color (decimal): -5331654 or 3843502. OLE color: 3843502.

HSL color Cylindrical-coordinate representation of color #AEA53A: hue angle of 55.34º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEA53A is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 165 58 -
CMYK 0 0.05 0.67 0.32
HSL 55.34º 0.5% 0.45% -
HSV(B) 55.34º 0.67% 0.68% -
XYZ 31.67 36.21 9.32 -
YUV 155.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 174 165 58 0 0.05 0.67 0.32 55.34 0.5 0.45
Hex AE A5 3A 0 5 43 20 37 32 2D
Octal 256 245 72 0 5 103 40 67 62 55
Binary 10101110 10100101 111010 0 101 1000011 100000 110111 110010 101101

Color Harmonies of #AEA53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA53A

Black with #AEA53A

Text Example


Text Example

White with #AEA53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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