Html Css Color HEX #ACAB3F Brass

📋 copy color: '#ACAB3F'

red 172 ◦ green 171 ◦ blue 63

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

Shades of Brass #ACAB3F

Tints of Brass #ACAB3F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.12%

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

R = 42.36%
G = 42.12%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#ACAB3F (or 0xACAB3F) is known color: Brass. HEX triplet: AC, AB and 3F. RGB value is (172,171,63). Sum of RGB (Red+Green+Blue) = 172+171+63=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB3F is #5354C0. Grayscale: #9F9F9F. Windows color (decimal): -5461185 or 4172716. OLE color: 4172716.

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

Color convert

RGB 172 171 63 -
CMYK 0 0.01 0.63 0.33
HSL 59.45º 0.46% 0.46% -
HSV(B) 59.45º 0.63% 0.67% -
XYZ 32.47 38.26 10.38 -
YUV 158.99 73.83 137.28 -
System Red Green Blue C M Y K H S L
Decimal 172 171 63 0 0.01 0.63 0.33 59.45 0.46 0.46
Hex AC AB 3F 0 1 3F 21 3B 2E 2E
Octal 254 253 77 0 1 77 41 73 56 56
Binary 10101100 10101011 111111 0 1 111111 100001 111011 101110 101110

Color Harmonies of #ACAB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB3F

Black with #ACAB3F

Text Example


Text Example

White with #ACAB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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