Html Css Color HEX #ACB237 Brass

📋 copy color: '#ACB237'

red 172 ◦ green 178 ◦ blue 55

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

Shades of Brass #ACB237

Tints of Brass #ACB237

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.95%

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

R = 42.47%
G = 43.95%
B = 13.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#ACB237 (or 0xACB237) is known color: Brass. HEX triplet: AC, B2 and 37. RGB value is (172,178,55). Sum of RGB (Red+Green+Blue) = 172+178+55=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB237 is #534DC8. Grayscale: #A2A2A2. Windows color (decimal): -5459401 or 3650220. OLE color: 3650220.

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

Color convert

RGB 172 178 55 -
CMYK 0.03 0 0.69 0.30
HSL 62.93º 0.53% 0.46% -
HSV(B) 62.93º 0.69% 0.7% -
XYZ 33.62 40.89 9.73 -
YUV 162.18 67.51 135 -
System Red Green Blue C M Y K H S L
Decimal 172 178 55 0.03 0 0.69 0.30 62.93 0.53 0.46
Hex AC B2 37 3 0 45 1E 3F 35 2E
Octal 254 262 67 3 0 105 36 77 65 56
Binary 10101100 10110010 110111 11 0 1000101 11110 111111 110101 101110

Color Harmonies of #ACB237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB237

Black with #ACB237

Text Example


Text Example

White with #ACB237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB237; }

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

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

background-color css

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

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

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

border-color css

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

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

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