Html Css Color HEX #AEA24A Brass

📋 copy color: '#AEA24A'

red 174 ◦ green 162 ◦ blue 74

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

Shades of Brass #AEA24A

Tints of Brass #AEA24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.05%

R = 42.44%
G = 39.51%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AEA24A (or 0xAEA24A) is known color: Brass. HEX triplet: AE, A2 and 4A. RGB value is (174,162,74). Sum of RGB (Red+Green+Blue) = 174+162+74=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA24A is #515DB5. Grayscale: #9B9B9B. Windows color (decimal): -5332406 or 4891310. OLE color: 4891310.

HSL color Cylindrical-coordinate representation of color #AEA24A: hue angle of 52.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEA24A is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 162 74 -
CMYK 0 0.07 0.57 0.32
HSL 52.8º 0.4% 0.49% -
HSV(B) 52.8º 0.57% 0.68% -
XYZ 31.61 35.33 11.63 -
YUV 155.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 174 162 74 0 0.07 0.57 0.32 52.8 0.4 0.49
Hex AE A2 4A 0 7 39 20 35 28 31
Octal 256 242 112 0 7 71 40 65 50 61
Binary 10101110 10100010 1001010 0 111 111001 100000 110101 101000 110001

Color Harmonies of #AEA24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA24A

Black with #AEA24A

Text Example


Text Example

White with #AEA24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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