Html Css Color HEX #AEAA43 Brass

📋 copy color: '#AEAA43'

red 174 ◦ green 170 ◦ blue 67

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

Shades of Brass #AEAA43

Tints of Brass #AEAA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.3%

R = 42.34%
G = 41.36%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AEAA43 (or 0xAEAA43) is known color: Brass. HEX triplet: AE, AA and 43. RGB value is (174,170,67). Sum of RGB (Red+Green+Blue) = 174+170+67=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA43 is #5155BC. Grayscale: #9F9F9F. Windows color (decimal): -5330365 or 4434606. OLE color: 4434606.

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

Color convert

RGB 174 170 67 -
CMYK 0 0.02 0.61 0.32
HSL 57.76º 0.44% 0.47% -
HSV(B) 57.76º 0.61% 0.68% -
XYZ 32.84 38.15 10.94 -
YUV 159.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 174 170 67 0 0.02 0.61 0.32 57.76 0.44 0.47
Hex AE AA 43 0 2 3D 20 3A 2C 2F
Octal 256 252 103 0 2 75 40 72 54 57
Binary 10101110 10101010 1000011 0 10 111101 100000 111010 101100 101111

Color Harmonies of #AEAA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA43

Black with #AEAA43

Text Example


Text Example

White with #AEAA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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