Html Css Color HEX #AEA844 Brass

📋 copy color: '#AEA844'

red 174 ◦ green 168 ◦ blue 68

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

Shades of Brass #AEA844

Tints of Brass #AEA844

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.98%

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

R = 42.44%
G = 40.98%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AEA844 (or 0xAEA844) is known color: Brass. HEX triplet: AE, A8 and 44. RGB value is (174,168,68). Sum of RGB (Red+Green+Blue) = 174+168+68=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA844 is #5157BB. Grayscale: #9E9E9E. Windows color (decimal): -5330876 or 4499630. OLE color: 4499630.

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

Color convert

RGB 174 168 68 -
CMYK 0 0.03 0.61 0.32
HSL 56.6º 0.44% 0.47% -
HSV(B) 56.6º 0.61% 0.68% -
XYZ 32.5 37.42 10.98 -
YUV 158.39 76.99 139.13 -
System Red Green Blue C M Y K H S L
Decimal 174 168 68 0 0.03 0.61 0.32 56.6 0.44 0.47
Hex AE A8 44 0 3 3D 20 39 2C 2F
Octal 256 250 104 0 3 75 40 71 54 57
Binary 10101110 10101000 1000100 0 11 111101 100000 111001 101100 101111

Color Harmonies of #AEA844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA844

Black with #AEA844

Text Example


Text Example

White with #AEA844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA844; }

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

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

background-color css

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

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

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

border-color css

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

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

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