Html Css Color HEX #ACB036 Brass

📋 copy color: '#ACB036'

red 172 ◦ green 176 ◦ blue 54

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

Shades of Brass #ACB036

Tints of Brass #ACB036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.43%

R = 42.79%
G = 43.78%
B = 13.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#ACB036 (or 0xACB036) is known color: Brass. HEX triplet: AC, B0 and 36. RGB value is (172,176,54). Sum of RGB (Red+Green+Blue) = 172+176+54=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB036 is #534FC9. Grayscale: #A1A1A1. Windows color (decimal): -5459914 or 3584172. OLE color: 3584172.

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

Color convert

RGB 172 176 54 -
CMYK 0.02 0 0.69 0.31
HSL 61.97º 0.53% 0.45% -
HSV(B) 61.97º 0.69% 0.69% -
XYZ 33.2 40.09 9.48 -
YUV 160.9 67.67 135.92 -
System Red Green Blue C M Y K H S L
Decimal 172 176 54 0.02 0 0.69 0.31 61.97 0.53 0.45
Hex AC B0 36 2 0 45 1F 3E 35 2D
Octal 254 260 66 2 0 105 37 76 65 55
Binary 10101100 10110000 110110 10 0 1000101 11111 111110 110101 101101

Color Harmonies of #ACB036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB036

Black with #ACB036

Text Example


Text Example

White with #ACB036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB036; }

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

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

background-color css

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

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

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

border-color css

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

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

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