Html Css Color HEX #AEAE43 Brass

📋 copy color: '#AEAE43'

red 174 ◦ green 174 ◦ blue 67

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

Shades of Brass #AEAE43

Tints of Brass #AEAE43

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.93%

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

R = 41.93%
G = 41.93%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AEAE43 (or 0xAEAE43) is known color: Brass. HEX triplet: AE, AE and 43. RGB value is (174,174,67). Sum of RGB (Red+Green+Blue) = 174+174+67=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAE43 is #5151BC. Grayscale: #A2A2A2. Windows color (decimal): -5329341 or 4435630. OLE color: 4435630.

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

Color convert

RGB 174 174 67 -
CMYK 0 0 0.61 0.32
HSL 60º 0.44% 0.47% -
HSV(B) 60º 0.61% 0.68% -
XYZ 33.6 39.68 11.2 -
YUV 161.8 74.5 136.7 -
System Red Green Blue C M Y K H S L
Decimal 174 174 67 0 0 0.61 0.32 60 0.44 0.47
Hex AE AE 43 0 0 3D 20 3C 2C 2F
Octal 256 256 103 0 0 75 40 74 54 57
Binary 10101110 10101110 1000011 0 0 111101 100000 111100 101100 101111

Color Harmonies of #AEAE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE43

Black with #AEAE43

Text Example


Text Example

White with #AEAE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE43; }

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

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

background-color css

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

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

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

border-color css

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

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

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