Html Css Color HEX #A4AC45 Brass

📋 copy color: '#A4AC45'

red 164 ◦ green 172 ◦ blue 69

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

Shades of Brass #A4AC45

Tints of Brass #A4AC45

RGB

 RED value IS 164 (64.45% from 255) = 40.49%

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

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

R = 40.49%
G = 42.47%
B = 17.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#A4AC45 (or 0xA4AC45) is known color: Brass. HEX triplet: A4, AC and 45. RGB value is (164,172,69). Sum of RGB (Red+Green+Blue) = 164+172+69=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AC45 is #5B53BA. Grayscale: #9E9E9E. Windows color (decimal): -5985211 or 4566180. OLE color: 4566180.

HSL color Cylindrical-coordinate representation of color #A4AC45: hue angle of 64.66º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4AC45 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 172 69 -
CMYK 0.05 0 0.60 0.33
HSL 64.66º 0.43% 0.47% -
HSV(B) 64.66º 0.6% 0.67% -
XYZ 31.14 37.83 11.29 -
YUV 157.87 77.85 132.38 -
System Red Green Blue C M Y K H S L
Decimal 164 172 69 0.05 0 0.60 0.33 64.66 0.43 0.47
Hex A4 AC 45 5 0 3C 21 41 2B 2F
Octal 244 254 105 5 0 74 41 101 53 57
Binary 10100100 10101100 1000101 101 0 111100 100001 1000001 101011 101111

Color Harmonies of #A4AC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AC45

Black with #A4AC45

Text Example


Text Example

White with #A4AC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AC45; }

 p { color: rgb(164,172,69); }

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

background-color css

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

 a { background-color: rgb(164,172,69); }

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

border-color css

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

 span { border-color: rgb(164,172,69); }

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