Html Css Color HEX #AEB040 Brass

📋 copy color: '#AEB040'

red 174 ◦ green 176 ◦ blue 64

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

Shades of Brass #AEB040

Tints of Brass #AEB040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.51%

 BLUE value IS 64 (25.39% from 255) = 15.46%

R = 42.03%
G = 42.51%
B = 15.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AEB040 (or 0xAEB040) is known color: Brass. HEX triplet: AE, B0 and 40. RGB value is (174,176,64). Sum of RGB (Red+Green+Blue) = 174+176+64=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB040 is #514FBF. Grayscale: #A3A3A3. Windows color (decimal): -5328832 or 4239534. OLE color: 4239534.

HSL color Cylindrical-coordinate representation of color #AEB040: hue angle of 61.07º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEB040 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 176 64 -
CMYK 0.01 0 0.64 0.31
HSL 61.07º 0.47% 0.47% -
HSV(B) 61.07º 0.64% 0.69% -
XYZ 33.91 40.42 10.87 -
YUV 162.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 174 176 64 0.01 0 0.64 0.31 61.07 0.47 0.47
Hex AE B0 40 1 0 40 1F 3D 2F 2F
Octal 256 260 100 1 0 100 37 75 57 57
Binary 10101110 10110000 1000000 1 0 1000000 11111 111101 101111 101111

Color Harmonies of #AEB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB040

Black with #AEB040

Text Example


Text Example

White with #AEB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB040; }

 p { color: rgb(174,176,64); }

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

background-color css

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

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

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

border-color css

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

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

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