Html Css Color HEX #AEA641 Brass

📋 copy color: '#AEA641'

red 174 ◦ green 166 ◦ blue 65

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

Shades of Brass #AEA641

Tints of Brass #AEA641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.99%

 BLUE value IS 65 (25.78% from 255) = 16.05%

R = 42.96%
G = 40.99%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AEA641 (or 0xAEA641) is known color: Brass. HEX triplet: AE, A6 and 41. RGB value is (174,166,65). Sum of RGB (Red+Green+Blue) = 174+166+65=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA641 is #5159BE. Grayscale: #9D9D9D. Windows color (decimal): -5331391 or 4302510. OLE color: 4302510.

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

Color convert

RGB 174 166 65 -
CMYK 0 0.05 0.63 0.32
HSL 55.6º 0.46% 0.47% -
HSV(B) 55.6º 0.63% 0.68% -
XYZ 32.05 36.65 10.39 -
YUV 156.88 76.15 140.21 -
System Red Green Blue C M Y K H S L
Decimal 174 166 65 0 0.05 0.63 0.32 55.6 0.46 0.47
Hex AE A6 41 0 5 3F 20 38 2E 2F
Octal 256 246 101 0 5 77 40 70 56 57
Binary 10101110 10100110 1000001 0 101 111111 100000 111000 101110 101111

Color Harmonies of #AEA641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA641

Black with #AEA641

Text Example


Text Example

White with #AEA641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA641; }

 p { color: rgb(174,166,65); }

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

background-color css

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

 a { background-color: rgb(174,166,65); }

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

border-color css

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

 span { border-color: rgb(174,166,65); }

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