Html Css Color HEX #AEA644 Brass

📋 copy color: '#AEA644'

red 174 ◦ green 166 ◦ blue 68

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

Shades of Brass #AEA644

Tints of Brass #AEA644

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

 BLUE value IS 68 (26.95% from 255) = 16.67%

R = 42.65%
G = 40.69%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AEA644 (or 0xAEA644) is known color: Brass. HEX triplet: AE, A6 and 44. RGB value is (174,166,68). Sum of RGB (Red+Green+Blue) = 174+166+68=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA644 is #5159BB. Grayscale: #9D9D9D. Windows color (decimal): -5331388 or 4499118. OLE color: 4499118.

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

Color convert

RGB 174 166 68 -
CMYK 0 0.05 0.61 0.32
HSL 55.47º 0.44% 0.47% -
HSV(B) 55.47º 0.61% 0.68% -
XYZ 32.14 36.69 10.86 -
YUV 157.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 174 166 68 0 0.05 0.61 0.32 55.47 0.44 0.47
Hex AE A6 44 0 5 3D 20 37 2C 2F
Octal 256 246 104 0 5 75 40 67 54 57
Binary 10101110 10100110 1000100 0 101 111101 100000 110111 101100 101111

Color Harmonies of #AEA644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA644

Black with #AEA644

Text Example


Text Example

White with #AEA644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA644; }

 p { color: rgb(174,166,68); }

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

background-color css

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

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

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

border-color css

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

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

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