Html Css Color HEX #ACB132 Brass

📋 copy color: '#ACB132'

red 172 ◦ green 177 ◦ blue 50

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

Shades of Brass #ACB132

Tints of Brass #ACB132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.53%

R = 43.11%
G = 44.36%
B = 12.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#ACB132 (or 0xACB132) is known color: Brass. HEX triplet: AC, B1 and 32. RGB value is (172,177,50). Sum of RGB (Red+Green+Blue) = 172+177+50=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB132 is #534ECD. Grayscale: #A1A1A1. Windows color (decimal): -5459662 or 3322284. OLE color: 3322284.

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

Color convert

RGB 172 177 50 -
CMYK 0.03 0 0.72 0.31
HSL 62.36º 0.56% 0.45% -
HSV(B) 62.36º 0.72% 0.69% -
XYZ 33.31 40.45 9.07 -
YUV 161.03 65.34 135.83 -
System Red Green Blue C M Y K H S L
Decimal 172 177 50 0.03 0 0.72 0.31 62.36 0.56 0.45
Hex AC B1 32 3 0 48 1F 3E 38 2D
Octal 254 261 62 3 0 110 37 76 70 55
Binary 10101100 10110001 110010 11 0 1001000 11111 111110 111000 101101

Color Harmonies of #ACB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB132

Black with #ACB132

Text Example


Text Example

White with #ACB132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB132; }

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

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

background-color css

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

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

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

border-color css

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

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

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