Html Css Color HEX #ACB041 Brass

📋 copy color: '#ACB041'

red 172 ◦ green 176 ◦ blue 65

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

Shades of Brass #ACB041

Tints of Brass #ACB041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.74%

R = 41.65%
G = 42.62%
B = 15.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#ACB041 (or 0xACB041) is known color: Brass. HEX triplet: AC, B0 and 41. RGB value is (172,176,65). Sum of RGB (Red+Green+Blue) = 172+176+65=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB041 is #534FBE. Grayscale: #A2A2A2. Windows color (decimal): -5459903 or 4305068. OLE color: 4305068.

HSL color Cylindrical-coordinate representation of color #ACB041: hue angle of 62.16º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACB041 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 65 -
CMYK 0.02 0 0.63 0.31
HSL 62.16º 0.46% 0.47% -
HSV(B) 62.16º 0.63% 0.69% -
XYZ 33.49 40.2 11 -
YUV 162.15 73.17 135.03 -
System Red Green Blue C M Y K H S L
Decimal 172 176 65 0.02 0 0.63 0.31 62.16 0.46 0.47
Hex AC B0 41 2 0 3F 1F 3E 2E 2F
Octal 254 260 101 2 0 77 37 76 56 57
Binary 10101100 10110000 1000001 10 0 111111 11111 111110 101110 101111

Color Harmonies of #ACB041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB041

Black with #ACB041

Text Example


Text Example

White with #ACB041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB041; }

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

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

background-color css

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

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

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

border-color css

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

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

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