Html Css Color HEX #AEAA42 Brass

📋 copy color: '#AEAA42'

red 174 ◦ green 170 ◦ blue 66

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

Shades of Brass #AEAA42

Tints of Brass #AEAA42

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

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

R = 42.44%
G = 41.46%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AEAA42 (or 0xAEAA42) is known color: Brass. HEX triplet: AE, AA and 42. RGB value is (174,170,66). Sum of RGB (Red+Green+Blue) = 174+170+66=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA42 is #5155BD. Grayscale: #9F9F9F. Windows color (decimal): -5330366 or 4369070. OLE color: 4369070.

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

Color convert

RGB 174 170 66 -
CMYK 0 0.02 0.62 0.32
HSL 57.78º 0.45% 0.47% -
HSV(B) 57.78º 0.62% 0.68% -
XYZ 32.81 38.14 10.79 -
YUV 159.34 75.33 138.46 -
System Red Green Blue C M Y K H S L
Decimal 174 170 66 0 0.02 0.62 0.32 57.78 0.45 0.47
Hex AE AA 42 0 2 3E 20 3A 2D 2F
Octal 256 252 102 0 2 76 40 72 55 57
Binary 10101110 10101010 1000010 0 10 111110 100000 111010 101101 101111

Color Harmonies of #AEAA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA42

Black with #AEAA42

Text Example


Text Example

White with #AEAA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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