Html Css Color HEX #AEA93D Brass

📋 copy color: '#AEA93D'

red 174 ◦ green 169 ◦ blue 61

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

Shades of Brass #AEA93D

Tints of Brass #AEA93D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.83%

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

R = 43.07%
G = 41.83%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AEA93D (or 0xAEA93D) is known color: Brass. HEX triplet: AE, A9 and 3D. RGB value is (174,169,61). Sum of RGB (Red+Green+Blue) = 174+169+61=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA93D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA93D is #5156C2. Grayscale: #9E9E9E. Windows color (decimal): -5330627 or 4041134. OLE color: 4041134.

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

Color convert

RGB 174 169 61 -
CMYK 0 0.03 0.65 0.32
HSL 57.35º 0.48% 0.46% -
HSV(B) 57.35º 0.65% 0.68% -
XYZ 32.49 37.71 9.98 -
YUV 158.18 73.16 139.28 -
System Red Green Blue C M Y K H S L
Decimal 174 169 61 0 0.03 0.65 0.32 57.35 0.48 0.46
Hex AE A9 3D 0 3 41 20 39 30 2E
Octal 256 251 75 0 3 101 40 71 60 56
Binary 10101110 10101001 111101 0 11 1000001 100000 111001 110000 101110

Color Harmonies of #AEA93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA93D

Black with #AEA93D

Text Example


Text Example

White with #AEA93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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