Html Css Color HEX #AEAC44 Brass

📋 copy color: '#AEAC44'

red 174 ◦ green 172 ◦ blue 68

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

Shades of Brass #AEAC44

Tints of Brass #AEAC44

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.55%

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

R = 42.03%
G = 41.55%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AEAC44 (or 0xAEAC44) is known color: Brass. HEX triplet: AE, AC and 44. RGB value is (174,172,68). Sum of RGB (Red+Green+Blue) = 174+172+68=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC44 is #5153BB. Grayscale: #A1A1A1. Windows color (decimal): -5329852 or 4500654. OLE color: 4500654.

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

Color convert

RGB 174 172 68 -
CMYK 0 0.01 0.61 0.32
HSL 58.87º 0.44% 0.47% -
HSV(B) 58.87º 0.61% 0.68% -
XYZ 33.25 38.92 11.23 -
YUV 160.74 75.66 137.46 -
System Red Green Blue C M Y K H S L
Decimal 174 172 68 0 0.01 0.61 0.32 58.87 0.44 0.47
Hex AE AC 44 0 1 3D 20 3B 2C 2F
Octal 256 254 104 0 1 75 40 73 54 57
Binary 10101110 10101100 1000100 0 1 111101 100000 111011 101100 101111

Color Harmonies of #AEAC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC44

Black with #AEAC44

Text Example


Text Example

White with #AEAC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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