Html Css Color HEX #AEA845 Brass

📋 copy color: '#AEA845'

red 174 ◦ green 168 ◦ blue 69

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

Shades of Brass #AEA845

Tints of Brass #AEA845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.79%

R = 42.34%
G = 40.88%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AEA845 (or 0xAEA845) is known color: Brass. HEX triplet: AE, A8 and 45. RGB value is (174,168,69). Sum of RGB (Red+Green+Blue) = 174+168+69=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA845 is #5157BA. Grayscale: #9E9E9E. Windows color (decimal): -5330875 or 4565166. OLE color: 4565166.

HSL color Cylindrical-coordinate representation of color #AEA845: hue angle of 56.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEA845 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 168 69 -
CMYK 0 0.03 0.60 0.32
HSL 56.57º 0.43% 0.48% -
HSV(B) 56.57º 0.6% 0.68% -
XYZ 32.53 37.43 11.14 -
YUV 158.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 174 168 69 0 0.03 0.60 0.32 56.57 0.43 0.48
Hex AE A8 45 0 3 3C 20 39 2B 30
Octal 256 250 105 0 3 74 40 71 53 60
Binary 10101110 10101000 1000101 0 11 111100 100000 111001 101011 110000

Color Harmonies of #AEA845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA845

Black with #AEA845

Text Example


Text Example

White with #AEA845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA845; }

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

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

background-color css

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

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

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

border-color css

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

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

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