Html Css Color HEX #AC9E43 Brass

📋 copy color: '#AC9E43'

red 172 ◦ green 158 ◦ blue 67

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

Shades of Brass #AC9E43

Tints of Brass #AC9E43

RGB

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

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

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

R = 43.32%
G = 39.8%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC9E43 (or 0xAC9E43) is known color: Brass. HEX triplet: AC, 9E and 43. RGB value is (172,158,67). Sum of RGB (Red+Green+Blue) = 172+158+67=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E43 is #5361BC. Grayscale: #989898. Windows color (decimal): -5464509 or 4431532. OLE color: 4431532.

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

Color convert

RGB 172 158 67 -
CMYK 0 0.08 0.61 0.33
HSL 52º 0.44% 0.47% -
HSV(B) 52º 0.61% 0.67% -
XYZ 30.25 33.63 10.21 -
YUV 151.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 172 158 67 0 0.08 0.61 0.33 52 0.44 0.47
Hex AC 9E 43 0 8 3D 21 34 2C 2F
Octal 254 236 103 0 10 75 41 64 54 57
Binary 10101100 10011110 1000011 0 1000 111101 100001 110100 101100 101111

Color Harmonies of #AC9E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E43

Black with #AC9E43

Text Example


Text Example

White with #AC9E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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