Html Css Color HEX #AEA442 Brass

📋 copy color: '#AEA442'

red 174 ◦ green 164 ◦ blue 66

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

Shades of Brass #AEA442

Tints of Brass #AEA442

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.59%

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

R = 43.07%
G = 40.59%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AEA442 (or 0xAEA442) is known color: Brass. HEX triplet: AE, A4 and 42. RGB value is (174,164,66). Sum of RGB (Red+Green+Blue) = 174+164+66=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA442 is #515BBD. Grayscale: #9C9C9C. Windows color (decimal): -5331902 or 4367534. OLE color: 4367534.

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

Color convert

RGB 174 164 66 -
CMYK 0 0.06 0.62 0.32
HSL 54.44º 0.45% 0.47% -
HSV(B) 54.44º 0.62% 0.68% -
XYZ 31.71 35.94 10.42 -
YUV 155.82 77.31 140.97 -
System Red Green Blue C M Y K H S L
Decimal 174 164 66 0 0.06 0.62 0.32 54.44 0.45 0.47
Hex AE A4 42 0 6 3E 20 36 2D 2F
Octal 256 244 102 0 6 76 40 66 55 57
Binary 10101110 10100100 1000010 0 110 111110 100000 110110 101101 101111

Color Harmonies of #AEA442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA442

Black with #AEA442

Text Example


Text Example

White with #AEA442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA442; }

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

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

background-color css

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

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

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

border-color css

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

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

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