Html Css Color HEX #AEA53D Brass

📋 copy color: '#AEA53D'

red 174 ◦ green 165 ◦ blue 61

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

Shades of Brass #AEA53D

Tints of Brass #AEA53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.25%

R = 43.5%
G = 41.25%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AEA53D (or 0xAEA53D) is known color: Brass. HEX triplet: AE, A5 and 3D. RGB value is (174,165,61). Sum of RGB (Red+Green+Blue) = 174+165+61=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA53D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA53D is #515AC2. Grayscale: #9C9C9C. Windows color (decimal): -5331651 or 4040110. OLE color: 4040110.

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

Color convert

RGB 174 165 61 -
CMYK 0 0.05 0.65 0.32
HSL 55.22º 0.48% 0.46% -
HSV(B) 55.22º 0.65% 0.68% -
XYZ 31.75 36.25 9.74 -
YUV 155.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 174 165 61 0 0.05 0.65 0.32 55.22 0.48 0.46
Hex AE A5 3D 0 5 41 20 37 30 2E
Octal 256 245 75 0 5 101 40 67 60 56
Binary 10101110 10100101 111101 0 101 1000001 100000 110111 110000 101110

Color Harmonies of #AEA53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA53D

Black with #AEA53D

Text Example


Text Example

White with #AEA53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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