Html Css Color HEX #AC9F42 Brass

📋 copy color: '#AC9F42'

red 172 ◦ green 159 ◦ blue 66

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

Shades of Brass #AC9F42

Tints of Brass #AC9F42

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

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

R = 43.32%
G = 40.05%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC9F42 (or 0xAC9F42) is known color: Brass. HEX triplet: AC, 9F and 42. RGB value is (172,159,66). Sum of RGB (Red+Green+Blue) = 172+159+66=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9F42 is #5360BD. Grayscale: #989898. Windows color (decimal): -5464254 or 4366252. OLE color: 4366252.

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

Color convert

RGB 172 159 66 -
CMYK 0 0.08 0.62 0.33
HSL 52.64º 0.45% 0.47% -
HSV(B) 52.64º 0.62% 0.67% -
XYZ 30.39 33.96 10.11 -
YUV 152.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 172 159 66 0 0.08 0.62 0.33 52.64 0.45 0.47
Hex AC 9F 42 0 8 3E 21 35 2D 2F
Octal 254 237 102 0 10 76 41 65 55 57
Binary 10101100 10011111 1000010 0 1000 111110 100001 110101 101101 101111

Color Harmonies of #AC9F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F42

Black with #AC9F42

Text Example


Text Example

White with #AC9F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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