Html Css Color HEX #AEA245 Brass

📋 copy color: '#AEA245'

red 174 ◦ green 162 ◦ blue 69

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

Shades of Brass #AEA245

Tints of Brass #AEA245

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40%

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

R = 42.96%
G = 40%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AEA245 (or 0xAEA245) is known color: Brass. HEX triplet: AE, A2 and 45. RGB value is (174,162,69). Sum of RGB (Red+Green+Blue) = 174+162+69=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA245 is #515DBA. Grayscale: #9B9B9B. Windows color (decimal): -5332411 or 4563630. OLE color: 4563630.

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

Color convert

RGB 174 162 69 -
CMYK 0 0.07 0.60 0.32
HSL 53.14º 0.43% 0.48% -
HSV(B) 53.14º 0.6% 0.68% -
XYZ 31.45 35.27 10.78 -
YUV 154.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 174 162 69 0 0.07 0.60 0.32 53.14 0.43 0.48
Hex AE A2 45 0 7 3C 20 35 2B 30
Octal 256 242 105 0 7 74 40 65 53 60
Binary 10101110 10100010 1000101 0 111 111100 100000 110101 101011 110000

Color Harmonies of #AEA245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA245

Black with #AEA245

Text Example


Text Example

White with #AEA245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA245; }

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

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

background-color css

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

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

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

border-color css

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

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

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