Html Css Color HEX #AC9C42 Brass

📋 copy color: '#AC9C42'

red 172 ◦ green 156 ◦ blue 66

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

Shades of Brass #AC9C42

Tints of Brass #AC9C42

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.59%

 BLUE value IS 66 (26.17% from 255) = 16.75%

R = 43.65%
G = 39.59%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC9C42 (or 0xAC9C42) is known color: Brass. HEX triplet: AC, 9C and 42. RGB value is (172,156,66). Sum of RGB (Red+Green+Blue) = 172+156+66=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C42 is #5363BD. Grayscale: #969696. Windows color (decimal): -5465022 or 4365484. OLE color: 4365484.

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

Color convert

RGB 172 156 66 -
CMYK 0 0.09 0.62 0.33
HSL 50.94º 0.45% 0.47% -
HSV(B) 50.94º 0.62% 0.67% -
XYZ 29.89 32.94 9.94 -
YUV 150.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 172 156 66 0 0.09 0.62 0.33 50.94 0.45 0.47
Hex AC 9C 42 0 9 3E 21 33 2D 2F
Octal 254 234 102 0 11 76 41 63 55 57
Binary 10101100 10011100 1000010 0 1001 111110 100001 110011 101101 101111

Color Harmonies of #AC9C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C42

Black with #AC9C42

Text Example


Text Example

White with #AC9C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C42; }

 p { color: rgb(172,156,66); }

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

background-color css

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

 a { background-color: rgb(172,156,66); }

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

border-color css

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

 span { border-color: rgb(172,156,66); }

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