Html Css Color HEX #ACB239 Brass

📋 copy color: '#ACB239'

red 172 ◦ green 178 ◦ blue 57

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

Shades of Brass #ACB239

Tints of Brass #ACB239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14%

R = 42.26%
G = 43.73%
B = 14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#ACB239 (or 0xACB239) is known color: Brass. HEX triplet: AC, B2 and 39. RGB value is (172,178,57). Sum of RGB (Red+Green+Blue) = 172+178+57=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB239 is #534DC6. Grayscale: #A2A2A2. Windows color (decimal): -5459399 or 3781292. OLE color: 3781292.

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

Color convert

RGB 172 178 57 -
CMYK 0.03 0 0.68 0.30
HSL 62.98º 0.51% 0.46% -
HSV(B) 62.98º 0.68% 0.7% -
XYZ 33.67 40.91 9.99 -
YUV 162.41 68.51 134.84 -
System Red Green Blue C M Y K H S L
Decimal 172 178 57 0.03 0 0.68 0.30 62.98 0.51 0.46
Hex AC B2 39 3 0 44 1E 3F 33 2E
Octal 254 262 71 3 0 104 36 77 63 56
Binary 10101100 10110010 111001 11 0 1000100 11110 111111 110011 101110

Color Harmonies of #ACB239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB239

Black with #ACB239

Text Example


Text Example

White with #ACB239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB239; }

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

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

background-color css

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

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

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

border-color css

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

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

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