Html Css Color HEX #ACB034 Brass

📋 copy color: '#ACB034'

red 172 ◦ green 176 ◦ blue 52

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

Shades of Brass #ACB034

Tints of Brass #ACB034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13%

R = 43%
G = 44%
B = 13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#ACB034 (or 0xACB034) is known color: Brass. HEX triplet: AC, B0 and 34. RGB value is (172,176,52). Sum of RGB (Red+Green+Blue) = 172+176+52=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB034 is #534FCB. Grayscale: #A1A1A1. Windows color (decimal): -5459916 or 3453100. OLE color: 3453100.

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

Color convert

RGB 172 176 52 -
CMYK 0.02 0 0.70 0.31
HSL 61.94º 0.54% 0.45% -
HSV(B) 61.94º 0.7% 0.69% -
XYZ 33.16 40.07 9.24 -
YUV 160.67 66.67 136.08 -
System Red Green Blue C M Y K H S L
Decimal 172 176 52 0.02 0 0.70 0.31 61.94 0.54 0.45
Hex AC B0 34 2 0 46 1F 3E 36 2D
Octal 254 260 64 2 0 106 37 76 66 55
Binary 10101100 10110000 110100 10 0 1000110 11111 111110 110110 101101

Color Harmonies of #ACB034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB034

Black with #ACB034

Text Example


Text Example

White with #ACB034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB034; }

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

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

background-color css

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

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

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

border-color css

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

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

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