Html Css Color HEX #AEA53E Brass

📋 copy color: '#AEA53E'

red 174 ◦ green 165 ◦ blue 62

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

Shades of Brass #AEA53E

Tints of Brass #AEA53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.46%

R = 43.39%
G = 41.15%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AEA53E (or 0xAEA53E) is known color: Brass. HEX triplet: AE, A5 and 3E. RGB value is (174,165,62). Sum of RGB (Red+Green+Blue) = 174+165+62=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA53E is #515AC1. Grayscale: #9C9C9C. Windows color (decimal): -5331650 or 4105646. OLE color: 4105646.

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

Color convert

RGB 174 165 62 -
CMYK 0 0.05 0.64 0.32
HSL 55.18º 0.47% 0.46% -
HSV(B) 55.18º 0.64% 0.68% -
XYZ 31.78 36.26 9.88 -
YUV 155.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 174 165 62 0 0.05 0.64 0.32 55.18 0.47 0.46
Hex AE A5 3E 0 5 40 20 37 2F 2E
Octal 256 245 76 0 5 100 40 67 57 56
Binary 10101110 10100101 111110 0 101 1000000 100000 110111 101111 101110

Color Harmonies of #AEA53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA53E

Black with #AEA53E

Text Example


Text Example

White with #AEA53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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