Html Css Color HEX #ACB037 Brass

📋 copy color: '#ACB037'

red 172 ◦ green 176 ◦ blue 55

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

Shades of Brass #ACB037

Tints of Brass #ACB037

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.67%

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

R = 42.68%
G = 43.67%
B = 13.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#ACB037 (or 0xACB037) is known color: Brass. HEX triplet: AC, B0 and 37. RGB value is (172,176,55). Sum of RGB (Red+Green+Blue) = 172+176+55=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB037 is #534FC8. Grayscale: #A1A1A1. Windows color (decimal): -5459913 or 3649708. OLE color: 3649708.

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

Color convert

RGB 172 176 55 -
CMYK 0.02 0 0.69 0.31
HSL 61.98º 0.52% 0.45% -
HSV(B) 61.98º 0.69% 0.69% -
XYZ 33.23 40.1 9.6 -
YUV 161.01 68.17 135.84 -
System Red Green Blue C M Y K H S L
Decimal 172 176 55 0.02 0 0.69 0.31 61.98 0.52 0.45
Hex AC B0 37 2 0 45 1F 3E 34 2D
Octal 254 260 67 2 0 105 37 76 64 55
Binary 10101100 10110000 110111 10 0 1000101 11111 111110 110100 101101

Color Harmonies of #ACB037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB037

Black with #ACB037

Text Example


Text Example

White with #ACB037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB037; }

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

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

background-color css

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

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

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

border-color css

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

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

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