Html Css Color HEX #ACB13F Brass

📋 copy color: '#ACB13F'

red 172 ◦ green 177 ◦ blue 63

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

Shades of Brass #ACB13F

Tints of Brass #ACB13F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.96%

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

R = 41.75%
G = 42.96%
B = 15.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#ACB13F (or 0xACB13F) is known color: Brass. HEX triplet: AC, B1 and 3F. RGB value is (172,177,63). Sum of RGB (Red+Green+Blue) = 172+177+63=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB13F is #534EC0. Grayscale: #A2A2A2. Windows color (decimal): -5459649 or 4174252. OLE color: 4174252.

HSL color Cylindrical-coordinate representation of color #ACB13F: hue angle of 62.63º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACB13F is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 63 -
CMYK 0.03 0 0.64 0.31
HSL 62.63º 0.48% 0.47% -
HSV(B) 62.63º 0.64% 0.69% -
XYZ 33.63 40.57 10.76 -
YUV 162.51 71.84 134.77 -
System Red Green Blue C M Y K H S L
Decimal 172 177 63 0.03 0 0.64 0.31 62.63 0.48 0.47
Hex AC B1 3F 3 0 40 1F 3F 30 2F
Octal 254 261 77 3 0 100 37 77 60 57
Binary 10101100 10110001 111111 11 0 1000000 11111 111111 110000 101111

Color Harmonies of #ACB13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB13F

Black with #ACB13F

Text Example


Text Example

White with #ACB13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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