Html Css Color HEX #A4AC43 Brass

📋 copy color: '#A4AC43'

red 164 ◦ green 172 ◦ blue 67

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

Shades of Brass #A4AC43

Tints of Brass #A4AC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.63%

R = 40.69%
G = 42.68%
B = 16.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#A4AC43 (or 0xA4AC43) is known color: Brass. HEX triplet: A4, AC and 43. RGB value is (164,172,67). Sum of RGB (Red+Green+Blue) = 164+172+67=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AC43 is #5B53BC. Grayscale: #9E9E9E. Windows color (decimal): -5985213 or 4435108. OLE color: 4435108.

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

Color convert

RGB 164 172 67 -
CMYK 0.05 0 0.61 0.33
HSL 64.57º 0.44% 0.47% -
HSV(B) 64.57º 0.61% 0.67% -
XYZ 31.08 37.8 10.97 -
YUV 157.64 76.85 132.54 -
System Red Green Blue C M Y K H S L
Decimal 164 172 67 0.05 0 0.61 0.33 64.57 0.44 0.47
Hex A4 AC 43 5 0 3D 21 41 2C 2F
Octal 244 254 103 5 0 75 41 101 54 57
Binary 10100100 10101100 1000011 101 0 111101 100001 1000001 101100 101111

Color Harmonies of #A4AC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AC43

Black with #A4AC43

Text Example


Text Example

White with #A4AC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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