Html Css Color HEX #AC9E44 Brass

📋 copy color: '#AC9E44'

red 172 ◦ green 158 ◦ blue 68

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

Shades of Brass #AC9E44

Tints of Brass #AC9E44

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.7%

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

R = 43.22%
G = 39.7%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC9E44 (or 0xAC9E44) is known color: Brass. HEX triplet: AC, 9E and 44. RGB value is (172,158,68). Sum of RGB (Red+Green+Blue) = 172+158+68=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E44 is #5361BB. Grayscale: #989898. Windows color (decimal): -5464508 or 4497068. OLE color: 4497068.

HSL color Cylindrical-coordinate representation of color #AC9E44: hue angle of 51.92º 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 #AC9E44 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 158 68 -
CMYK 0 0.08 0.60 0.33
HSL 51.92º 0.43% 0.47% -
HSV(B) 51.92º 0.6% 0.67% -
XYZ 30.28 33.64 10.37 -
YUV 151.93 80.64 142.32 -
System Red Green Blue C M Y K H S L
Decimal 172 158 68 0 0.08 0.60 0.33 51.92 0.43 0.47
Hex AC 9E 44 0 8 3C 21 34 2B 2F
Octal 254 236 104 0 10 74 41 64 53 57
Binary 10101100 10011110 1000100 0 1000 111100 100001 110100 101011 101111

Color Harmonies of #AC9E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E44

Black with #AC9E44

Text Example


Text Example

White with #AC9E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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