Html Css Color HEX #ACB137 Brass

📋 copy color: '#ACB137'

red 172 ◦ green 177 ◦ blue 55

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

Shades of Brass #ACB137

Tints of Brass #ACB137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.61%

R = 42.57%
G = 43.81%
B = 13.61%

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

#ACB137 (or 0xACB137) is known color: Brass. HEX triplet: AC, B1 and 37. RGB value is (172,177,55). Sum of RGB (Red+Green+Blue) = 172+177+55=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB137 is #534EC8. Grayscale: #A2A2A2. Windows color (decimal): -5459657 or 3649964. OLE color: 3649964.

HSL color Cylindrical-coordinate representation of color #ACB137: hue angle of 62.46º 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 #ACB137 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 55 -
CMYK 0.03 0 0.69 0.31
HSL 62.46º 0.53% 0.45% -
HSV(B) 62.46º 0.69% 0.69% -
XYZ 33.42 40.49 9.67 -
YUV 161.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 172 177 55 0.03 0 0.69 0.31 62.46 0.53 0.45
Hex AC B1 37 3 0 45 1F 3E 35 2D
Octal 254 261 67 3 0 105 37 76 65 55
Binary 10101100 10110001 110111 11 0 1000101 11111 111110 110101 101101

Color Harmonies of #ACB137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB137

Black with #ACB137

Text Example


Text Example

White with #ACB137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB137; }

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

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

background-color css

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

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

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

border-color css

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

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

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