Html Css Color HEX #AEA24D Brass

📋 copy color: '#AEA24D'

red 174 ◦ green 162 ◦ blue 77

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

Shades of Brass #AEA24D

Tints of Brass #AEA24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.64%

R = 42.13%
G = 39.23%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AEA24D (or 0xAEA24D) is known color: Brass. HEX triplet: AE, A2 and 4D. RGB value is (174,162,77). Sum of RGB (Red+Green+Blue) = 174+162+77=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA24D is #515DB2. Grayscale: #9C9C9C. Windows color (decimal): -5332403 or 5087918. OLE color: 5087918.

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

Color convert

RGB 174 162 77 -
CMYK 0 0.07 0.56 0.32
HSL 52.58º 0.39% 0.49% -
HSV(B) 52.58º 0.56% 0.68% -
XYZ 31.72 35.38 12.18 -
YUV 155.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 174 162 77 0 0.07 0.56 0.32 52.58 0.39 0.49
Hex AE A2 4D 0 7 38 20 35 27 31
Octal 256 242 115 0 7 70 40 65 47 61
Binary 10101110 10100010 1001101 0 111 111000 100000 110101 100111 110001

Color Harmonies of #AEA24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA24D

Black with #AEA24D

Text Example


Text Example

White with #AEA24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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