Html Css Color HEX #ACB136 Brass

📋 copy color: '#ACB136'

red 172 ◦ green 177 ◦ blue 54

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

Shades of Brass #ACB136

Tints of Brass #ACB136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.4%

R = 42.68%
G = 43.92%
B = 13.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#ACB136 (or 0xACB136) is known color: Brass. HEX triplet: AC, B1 and 36. RGB value is (172,177,54). Sum of RGB (Red+Green+Blue) = 172+177+54=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB136 is #534EC9. Grayscale: #A1A1A1. Windows color (decimal): -5459658 or 3584428. OLE color: 3584428.

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

Color convert

RGB 172 177 54 -
CMYK 0.03 0 0.69 0.31
HSL 62.44º 0.53% 0.45% -
HSV(B) 62.44º 0.69% 0.69% -
XYZ 33.4 40.48 9.54 -
YUV 161.48 67.34 135.5 -
System Red Green Blue C M Y K H S L
Decimal 172 177 54 0.03 0 0.69 0.31 62.44 0.53 0.45
Hex AC B1 36 3 0 45 1F 3E 35 2D
Octal 254 261 66 3 0 105 37 76 65 55
Binary 10101100 10110001 110110 11 0 1000101 11111 111110 110101 101101

Color Harmonies of #ACB136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB136

Black with #ACB136

Text Example


Text Example

White with #ACB136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB136; }

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

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

background-color css

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

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

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

border-color css

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

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

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