Html Css Color HEX #ACB045 Brass

📋 copy color: '#ACB045'

red 172 ◦ green 176 ◦ blue 69

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

Shades of Brass #ACB045

Tints of Brass #ACB045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.55%

R = 41.25%
G = 42.21%
B = 16.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#ACB045 (or 0xACB045) is known color: Brass. HEX triplet: AC, B0 and 45. RGB value is (172,176,69). Sum of RGB (Red+Green+Blue) = 172+176+69=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB045 is #534FBA. Grayscale: #A3A3A3. Windows color (decimal): -5459899 or 4567212. OLE color: 4567212.

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

Color convert

RGB 172 176 69 -
CMYK 0.02 0 0.61 0.31
HSL 62.24º 0.44% 0.48% -
HSV(B) 62.24º 0.61% 0.69% -
XYZ 33.61 40.25 11.63 -
YUV 162.61 75.17 134.7 -
System Red Green Blue C M Y K H S L
Decimal 172 176 69 0.02 0 0.61 0.31 62.24 0.44 0.48
Hex AC B0 45 2 0 3D 1F 3E 2C 30
Octal 254 260 105 2 0 75 37 76 54 60
Binary 10101100 10110000 1000101 10 0 111101 11111 111110 101100 110000

Color Harmonies of #ACB045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB045

Black with #ACB045

Text Example


Text Example

White with #ACB045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB045; }

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

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

background-color css

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

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

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

border-color css

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

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

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