Html Css Color HEX #ACB236 Brass

📋 copy color: '#ACB236'

red 172 ◦ green 178 ◦ blue 54

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

Shades of Brass #ACB236

Tints of Brass #ACB236

RGB

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

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

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

R = 42.57%
G = 44.06%
B = 13.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#ACB236 (or 0xACB236) is known color: Brass. HEX triplet: AC, B2 and 36. RGB value is (172,178,54). Sum of RGB (Red+Green+Blue) = 172+178+54=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB236 is #534DC9. Grayscale: #A2A2A2. Windows color (decimal): -5459402 or 3584684. OLE color: 3584684.

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

Color convert

RGB 172 178 54 -
CMYK 0.03 0 0.70 0.30
HSL 62.9º 0.53% 0.45% -
HSV(B) 62.9º 0.7% 0.7% -
XYZ 33.6 40.88 9.61 -
YUV 162.07 67.01 135.08 -
System Red Green Blue C M Y K H S L
Decimal 172 178 54 0.03 0 0.70 0.30 62.9 0.53 0.45
Hex AC B2 36 3 0 46 1E 3F 35 2D
Octal 254 262 66 3 0 106 36 77 65 55
Binary 10101100 10110010 110110 11 0 1000110 11110 111111 110101 101101

Color Harmonies of #ACB236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB236

Black with #ACB236

Text Example


Text Example

White with #ACB236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB236; }

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

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

background-color css

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

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

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

border-color css

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

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

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