Html Css Color HEX #AC9B3F Brass

📋 copy color: '#AC9B3F'

red 172 ◦ green 155 ◦ blue 63

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

Shades of Brass #AC9B3F

Tints of Brass #AC9B3F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.74%

 BLUE value IS 63 (25% from 255) = 16.15%

R = 44.1%
G = 39.74%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC9B3F (or 0xAC9B3F) is known color: Brass. HEX triplet: AC, 9B and 3F. RGB value is (172,155,63). Sum of RGB (Red+Green+Blue) = 172+155+63=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9B3F is #5364C0. Grayscale: #959595. Windows color (decimal): -5465281 or 4168620. OLE color: 4168620.

HSL color Cylindrical-coordinate representation of color #AC9B3F: hue angle of 50.64º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC9B3F is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 155 63 -
CMYK 0 0.10 0.63 0.33
HSL 50.64º 0.46% 0.46% -
HSV(B) 50.64º 0.63% 0.67% -
XYZ 29.63 32.57 9.43 -
YUV 149.6 79.13 143.98 -
System Red Green Blue C M Y K H S L
Decimal 172 155 63 0 0.10 0.63 0.33 50.64 0.46 0.46
Hex AC 9B 3F 0 A 3F 21 33 2E 2E
Octal 254 233 77 0 12 77 41 63 56 56
Binary 10101100 10011011 111111 0 1010 111111 100001 110011 101110 101110

Color Harmonies of #AC9B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9B3F

Black with #AC9B3F

Text Example


Text Example

White with #AC9B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9B3F; }

 p { color: rgb(172,155,63); }

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

background-color css

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

 a { background-color: rgb(172,155,63); }

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

border-color css

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

 span { border-color: rgb(172,155,63); }

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