Html Css Color HEX #ACAE4A Brass

📋 copy color: '#ACAE4A'

red 172 ◦ green 174 ◦ blue 74

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

Shades of Brass #ACAE4A

Tints of Brass #ACAE4A

RGB

 RED value IS 172 (67.58% from 255) = 40.95%

 GREEN value IS 174 (68.36% from 255) = 41.43%

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

R = 40.95%
G = 41.43%
B = 17.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#ACAE4A (or 0xACAE4A) is known color: Brass. HEX triplet: AC, AE and 4A. RGB value is (172,174,74). Sum of RGB (Red+Green+Blue) = 172+174+74=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAE4A is #5351B5. Grayscale: #A2A2A2. Windows color (decimal): -5460406 or 4894380. OLE color: 4894380.

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

Color convert

RGB 172 174 74 -
CMYK 0.01 0 0.57 0.32
HSL 61.2º 0.4% 0.49% -
HSV(B) 61.2º 0.57% 0.68% -
XYZ 33.39 39.54 12.35 -
YUV 162 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 172 174 74 0.01 0 0.57 0.32 61.2 0.4 0.49
Hex AC AE 4A 1 0 39 20 3D 28 31
Octal 254 256 112 1 0 71 40 75 50 61
Binary 10101100 10101110 1001010 1 0 111001 100000 111101 101000 110001

Color Harmonies of #ACAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAE4A

Black with #ACAE4A

Text Example


Text Example

White with #ACAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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