Html Css Color HEX #AEA642 Brass

📋 copy color: '#AEA642'

red 174 ◦ green 166 ◦ blue 66

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

Shades of Brass #AEA642

Tints of Brass #AEA642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.26%

R = 42.86%
G = 40.89%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AEA642 (or 0xAEA642) is known color: Brass. HEX triplet: AE, A6 and 42. RGB value is (174,166,66). Sum of RGB (Red+Green+Blue) = 174+166+66=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA642 is #5159BD. Grayscale: #9D9D9D. Windows color (decimal): -5331390 or 4368046. OLE color: 4368046.

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

Color convert

RGB 174 166 66 -
CMYK 0 0.05 0.62 0.32
HSL 55.56º 0.45% 0.47% -
HSV(B) 55.56º 0.62% 0.68% -
XYZ 32.08 36.66 10.54 -
YUV 156.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 174 166 66 0 0.05 0.62 0.32 55.56 0.45 0.47
Hex AE A6 42 0 5 3E 20 38 2D 2F
Octal 256 246 102 0 5 76 40 70 55 57
Binary 10101110 10100110 1000010 0 101 111110 100000 111000 101101 101111

Color Harmonies of #AEA642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA642

Black with #AEA642

Text Example


Text Example

White with #AEA642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA642; }

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

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

background-color css

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

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

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

border-color css

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

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

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