Html Css Color HEX #ACB134 Brass

📋 copy color: '#ACB134'

red 172 ◦ green 177 ◦ blue 52

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

Shades of Brass #ACB134

Tints of Brass #ACB134

RGB

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

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

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

R = 42.89%
G = 44.14%
B = 12.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#ACB134 (or 0xACB134) is known color: Brass. HEX triplet: AC, B1 and 34. RGB value is (172,177,52). Sum of RGB (Red+Green+Blue) = 172+177+52=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB134 is #534ECB. Grayscale: #A1A1A1. Windows color (decimal): -5459660 or 3453356. OLE color: 3453356.

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

Color convert

RGB 172 177 52 -
CMYK 0.03 0 0.71 0.31
HSL 62.4º 0.55% 0.45% -
HSV(B) 62.4º 0.71% 0.69% -
XYZ 33.36 40.46 9.3 -
YUV 161.26 66.34 135.66 -
System Red Green Blue C M Y K H S L
Decimal 172 177 52 0.03 0 0.71 0.31 62.4 0.55 0.45
Hex AC B1 34 3 0 47 1F 3E 37 2D
Octal 254 261 64 3 0 107 37 76 67 55
Binary 10101100 10110001 110100 11 0 1000111 11111 111110 110111 101101

Color Harmonies of #ACB134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB134

Black with #ACB134

Text Example


Text Example

White with #ACB134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB134; }

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

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

background-color css

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

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

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

border-color css

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

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

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